Class: Aws::Kinesis::Types::PutResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::PutResourcePolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
Details of the resource policy.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the data stream or consumer.
Instance Attribute Details
#policy ⇒ String
Details of the resource policy. It must include the identity of the principal and the actions allowed on this resource. This is formatted as a JSON string.
1666 1667 1668 1669 1670 1671 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1666 class PutResourcePolicyInput < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the data stream or consumer.
1666 1667 1668 1669 1670 1671 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1666 class PutResourcePolicyInput < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |