Class: Aws::Kinesis::Types::GetResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::GetResourcePolicyInput
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the data stream or consumer.
724 725 726 727 728 |
# File 'lib/aws-sdk-kinesis/types.rb', line 724 class GetResourcePolicyInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |