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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'lib/aws-sdk-workspaces/types.rb', line 6340

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)


6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'lib/aws-sdk-workspaces/types.rb', line 6340

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)


6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'lib/aws-sdk-workspaces/types.rb', line 6340

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)


6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'lib/aws-sdk-workspaces/types.rb', line 6340

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)


6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'lib/aws-sdk-workspaces/types.rb', line 6340

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.



6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'lib/aws-sdk-workspaces/types.rb', line 6340

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)


6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
# File 'lib/aws-sdk-workspaces/types.rb', line 6340

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