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)


12438
12439
12440
# File 'sig/types.rbs', line 12438

def 
  @aws_account_id
end

#public_sharing_enabledBoolean

Returns the value of attribute public_sharing_enabled.

Returns:

  • (Boolean)


12439
12440
12441
# File 'sig/types.rbs', line 12439

def public_sharing_enabled
  @public_sharing_enabled
end