Class: Aws::RAM::Types::PromoteResourceShareCreatedFromPolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ram/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_share_arnString

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

Returns:

  • (String)


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