Class: Aws::Types::UpdateResourceShareRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_external_principalsBoolean

Returns the value of attribute allow_external_principals.

Returns:

  • (Boolean)


781
782
783
# File 'sig/types.rbs', line 781

def allow_external_principals
  @allow_external_principals
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def client_token
  @client_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def name
  @name
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def resource_share_arn
  @resource_share_arn
end