Class: Aws::Kinesis::Types::GetResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::GetResourcePolicyInput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the data stream or consumer.
-
#stream_id ⇒ String
Not Implemented.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the data stream or consumer.
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_id ⇒ String
Not Implemented. Reserved for future use.
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 |