Class: Aws::Types::EnvironmentResolvedAccount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def 
  @aws_account_id
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


2351
2352
2353
# File 'sig/types.rbs', line 2351

def region_name
  @region_name
end

#source_account_pool_id::String

Returns the value of attribute source_account_pool_id.

Returns:

  • (::String)


2352
2353
2354
# File 'sig/types.rbs', line 2352

def 
  @source_account_pool_id
end