Class: Aws::Types::DescribeAccountSettingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_settingsTypes::AccountSettings

Returns the value of attribute account_settings.



4272
4273
4274
# File 'sig/types.rbs', line 4272

def 
  @account_settings
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4273
4274
4275
# File 'sig/types.rbs', line 4273

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4274
4275
4276
# File 'sig/types.rbs', line 4274

def status
  @status
end