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.



4446
4447
4448
# File 'sig/types.rbs', line 4446

def 
  @account_settings
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4447
4448
4449
# File 'sig/types.rbs', line 4447

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4448
4449
4450
# File 'sig/types.rbs', line 4448

def status
  @status
end