Class: Aws::Types::InstanceMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


680
681
682
# File 'sig/types.rbs', line 680

def created_date
  @created_date
end

#identity_store_id::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def identity_store_id
  @identity_store_id
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def 
  @owner_account_id
end

#primary_region::String

Returns the value of attribute primary_region.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def primary_region
  @primary_region
end

#regions::Array[Types::RegionMetadata]

Returns the value of attribute regions.

Returns:



684
685
686
# File 'sig/types.rbs', line 684

def regions
  @regions
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_IN_PROGRESS", "ACTIVE")


681
682
683
# File 'sig/types.rbs', line 681

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def status_reason
  @status_reason
end