Class: Aws::Types::AccountSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def 
  @account_name
end

#default_namespace::String

Returns the value of attribute default_namespace.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def default_namespace
  @default_namespace
end

#edition"STANDARD", ...

Returns the value of attribute edition.

Returns:

  • ("STANDARD", "ENTERPRISE", "ENTERPRISE_AND_Q")


47
48
49
# File 'sig/types.rbs', line 47

def edition
  @edition
end

#notification_email::String

Returns the value of attribute notification_email.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def notification_email
  @notification_email
end

#public_sharing_enabledBoolean

Returns the value of attribute public_sharing_enabled.

Returns:

  • (Boolean)


50
51
52
# File 'sig/types.rbs', line 50

def public_sharing_enabled
  @public_sharing_enabled
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:

  • (Boolean)


51
52
53
# File 'sig/types.rbs', line 51

def termination_protection_enabled
  @termination_protection_enabled
end