Class: Aws::Types::ImageResourceAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_id::String

Returns the value of attribute associated_resource_id.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def associated_resource_id
  @associated_resource_id
end

#associated_resource_type"APPLICATION"

Returns the value of attribute associated_resource_type.

Returns:

  • ("APPLICATION")


934
935
936
# File 'sig/types.rbs', line 934

def associated_resource_type
  @associated_resource_type
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


935
936
937
# File 'sig/types.rbs', line 935

def created
  @created
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def image_id
  @image_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


936
937
938
# File 'sig/types.rbs', line 936

def last_updated_time
  @last_updated_time
end

#state"PENDING_INSTALL", ...

Returns the value of attribute state.

Returns:

  • ("PENDING_INSTALL", "PENDING_INSTALL_DEPLOYMENT", "PENDING_UNINSTALL", "PENDING_UNINSTALL_DEPLOYMENT", "INSTALLING", "UNINSTALLING", "ERROR", "COMPLETED", "REMOVED")


938
939
940
# File 'sig/types.rbs', line 938

def state
  @state
end

#state_reasonTypes::AssociationStateReason

Returns the value of attribute state_reason.



939
940
941
# File 'sig/types.rbs', line 939

def state_reason
  @state_reason
end