Class: Aws::Types::UpdatePublicSharingSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12894
12895
12896
# File 'sig/types.rbs', line 12894

def 
  @aws_account_id
end

#public_sharing_enabledBoolean

Returns the value of attribute public_sharing_enabled.

Returns:

  • (Boolean)


12895
12896
12897
# File 'sig/types.rbs', line 12895

def public_sharing_enabled
  @public_sharing_enabled
end