Class: Aws::Types::UpdateAccountSettingsRequest

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)


11853
11854
11855
# File 'sig/types.rbs', line 11853

def 
  @aws_account_id
end

#default_namespace::String

Returns the value of attribute default_namespace.

Returns:

  • (::String)


11854
11855
11856
# File 'sig/types.rbs', line 11854

def default_namespace
  @default_namespace
end

#notification_email::String

Returns the value of attribute notification_email.

Returns:

  • (::String)


11855
11856
11857
# File 'sig/types.rbs', line 11855

def notification_email
  @notification_email
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:

  • (Boolean)


11856
11857
11858
# File 'sig/types.rbs', line 11856

def termination_protection_enabled
  @termination_protection_enabled
end