Class: Aws::RAM::Types::PromoteResourceShareCreatedFromPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::PromoteResourceShareCreatedFromPolicyRequest
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_share_arn ⇒ String
Specifies the [Amazon Resource Name (ARN)][1] of the resource share to promote.
Instance Attribute Details
#resource_share_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the resource share to promote.
2648 2649 2650 2651 2652 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2648 class PromoteResourceShareCreatedFromPolicyRequest < Struct.new( :resource_share_arn) SENSITIVE = [] include Aws::Structure end |