Class: Aws::Types::AccountInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:aws_account_name])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def 
  @aws_account_id
end

#aws_account_name::String

Returns the value of attribute aws_account_name.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def 
  @aws_account_name
end

#supported_regions::Array[::String]

Returns the value of attribute supported_regions.

Returns:

  • (::Array[::String])


81
82
83
# File 'sig/types.rbs', line 81

def supported_regions
  @supported_regions
end