Class: Aws::Kinesis::Types::GetResourcePolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the data stream or consumer.

Returns:

  • (String)


818
819
820
821
822
823
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 818

class GetResourcePolicyInput < Struct.new(
  :resource_arn,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

Not Implemented. Reserved for future use.

Returns:

  • (String)


818
819
820
821
822
823
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 818

class GetResourcePolicyInput < Struct.new(
  :resource_arn,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end