Class: Aws::Types::WorkspaceResourceAssociation

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)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def associated_resource_id
  @associated_resource_id
end

#associated_resource_type"APPLICATION"

Returns the value of attribute associated_resource_type.

Returns:

  • ("APPLICATION")


1790
1791
1792
# File 'sig/types.rbs', line 1790

def associated_resource_type
  @associated_resource_type
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def created
  @created
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


1792
1793
1794
# File 'sig/types.rbs', line 1792

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


1793
1794
1795
# File 'sig/types.rbs', line 1793

def state
  @state
end

#state_reasonTypes::AssociationStateReason

Returns the value of attribute state_reason.



1794
1795
1796
# File 'sig/types.rbs', line 1794

def state_reason
  @state_reason
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def workspace_id
  @workspace_id
end