Class: Aws::RAM::Types::PromoteResourceShareCreatedFromPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::PromoteResourceShareCreatedFromPolicyRequest
- Includes:
- Structure
- Defined in:
- 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)] 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.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
2648 2649 2650 2651 2652 |
# File 'lib/aws-sdk-ram/types.rb', line 2648 class PromoteResourceShareCreatedFromPolicyRequest < Struct.new( :resource_share_arn) SENSITIVE = [] include Aws::Structure end |