Class: Aws::WorkSpaces::Types::WorkspaceResourceAssociation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes the association between an application and a WorkSpace resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_idString

The identifier of the associated resource.

Returns:

  • (String)


5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5242

class WorkspaceResourceAssociation < Struct.new(
  :associated_resource_id,
  :associated_resource_type,
  :created,
  :last_updated_time,
  :state,
  :state_reason,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#associated_resource_typeString

The resource types of the associated resource.

Returns:

  • (String)


5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5242

class WorkspaceResourceAssociation < Struct.new(
  :associated_resource_id,
  :associated_resource_type,
  :created,
  :last_updated_time,
  :state,
  :state_reason,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

The time the association is created.

Returns:

  • (Time)


5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5242

class WorkspaceResourceAssociation < Struct.new(
  :associated_resource_id,
  :associated_resource_type,
  :created,
  :last_updated_time,
  :state,
  :state_reason,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time the association status was last updated.

Returns:

  • (Time)


5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5242

class WorkspaceResourceAssociation < Struct.new(
  :associated_resource_id,
  :associated_resource_type,
  :created,
  :last_updated_time,
  :state,
  :state_reason,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The status of the WorkSpace resource association.

Returns:

  • (String)


5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5242

class WorkspaceResourceAssociation < Struct.new(
  :associated_resource_id,
  :associated_resource_type,
  :created,
  :last_updated_time,
  :state,
  :state_reason,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonTypes::AssociationStateReason

The reason the association deployment failed.



5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5242

class WorkspaceResourceAssociation < Struct.new(
  :associated_resource_id,
  :associated_resource_type,
  :created,
  :last_updated_time,
  :state,
  :state_reason,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5242

class WorkspaceResourceAssociation < Struct.new(
  :associated_resource_id,
  :associated_resource_type,
  :created,
  :last_updated_time,
  :state,
  :state_reason,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end