Class: Aws::Types::ApplicationResourceAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def application_id
  @application_id
end

#associated_resource_id::String

Returns the value of attribute associated_resource_id.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def associated_resource_id
  @associated_resource_id
end

#associated_resource_type"WORKSPACE", ...

Returns the value of attribute associated_resource_type.

Returns:

  • ("WORKSPACE", "BUNDLE", "IMAGE")


69
70
71
# File 'sig/types.rbs', line 69

def associated_resource_type
  @associated_resource_type
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


70
71
72
# File 'sig/types.rbs', line 70

def created
  @created
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


71
72
73
# File 'sig/types.rbs', line 71

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")


72
73
74
# File 'sig/types.rbs', line 72

def state
  @state
end

#state_reasonTypes::AssociationStateReason

Returns the value of attribute state_reason.



73
74
75
# File 'sig/types.rbs', line 73

def state_reason
  @state_reason
end