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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/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.

Returns:

  • (String)


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