Class: Aws::Types::GetAccountInformationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_created_date::Time

Returns the value of attribute account_created_date.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def 
  @account_created_date
end

#account_id::String

Returns the value of attribute account_id.

Returns:



84
85
86
# File 'sig/types.rbs', line 84

def 
  @account_id
end

#account_name::String

Returns the value of attribute account_name.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def 
  @account_name
end

#account_state"PENDING_ACTIVATION", ...

Returns the value of attribute account_state.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def 
  @account_state
end