Class: Aws::Types::BundleResourceAssociation

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)


137
138
139
# File 'sig/types.rbs', line 137

def associated_resource_id
  @associated_resource_id
end

#associated_resource_type"APPLICATION"

Returns the value of attribute associated_resource_type.

Returns:

  • ("APPLICATION")


138
139
140
# File 'sig/types.rbs', line 138

def associated_resource_type
  @associated_resource_type
end

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def bundle_id
  @bundle_id
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


140
141
142
# File 'sig/types.rbs', line 140

def created
  @created
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


141
142
143
# File 'sig/types.rbs', line 141

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


142
143
144
# File 'sig/types.rbs', line 142

def state
  @state
end

#state_reasonTypes::AssociationStateReason

Returns the value of attribute state_reason.



143
144
145
# File 'sig/types.rbs', line 143

def state_reason
  @state_reason
end