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)


12243
12244
12245
# File 'sig/types.rbs', line 12243

def 
  @aws_account_id
end

#default_namespace::String

Returns the value of attribute default_namespace.

Returns:

  • (::String)


12244
12245
12246
# File 'sig/types.rbs', line 12244

def default_namespace
  @default_namespace
end

#notification_email::String

Returns the value of attribute notification_email.

Returns:

  • (::String)


12245
12246
12247
# File 'sig/types.rbs', line 12245

def notification_email
  @notification_email
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:

  • (Boolean)


12246
12247
12248
# File 'sig/types.rbs', line 12246

def termination_protection_enabled
  @termination_protection_enabled
end