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.
-
#stream_id ⇒ String
Not Implemented.
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.
2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2429 class PutResourcePolicyInput < Struct.new( :resource_arn, :stream_id, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the data stream or consumer.
2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2429 class PutResourcePolicyInput < Struct.new( :resource_arn, :stream_id, :policy) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
Not Implemented. Reserved for future use.
2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2429 class PutResourcePolicyInput < Struct.new( :resource_arn, :stream_id, :policy) SENSITIVE = [] include Aws::Structure end |