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)


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

def created_date
  @created_date
end

#identity_store_arn ⇒ ::String

Returns the value of attribute identity_store_arn.

Returns:

  • (::String)


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

def identity_store_arn
  @identity_store_arn
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


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

def identity_store_id
  @identity_store_id
end

#instance_arn ⇒ ::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


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

def instance_arn
  @instance_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#owner_account_id ⇒ ::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


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

def 
  @owner_account_id
end

#primary_region ⇒ ::String

Returns the value of attribute primary_region.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def primary_region
  @primary_region
end

#regions ⇒ ::Array[Types::RegionMetadata]

Returns the value of attribute regions.

Returns:



688
689
690
# File 'sig/types.rbs', line 688

def regions
  @regions
end

#status ⇒ "CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

#status_reason ⇒ ::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def status_reason
  @status_reason
end