Class: Aws::WorkSpaces::Types::ImageResourceAssociation

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

Overview

Describes the association between an application and an image resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_idString

The identifier of the associated resource.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'lib/aws-sdk-workspaces/types.rb', line 2585

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

#associated_resource_typeString

The resource type of the associated resources.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'lib/aws-sdk-workspaces/types.rb', line 2585

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

#createdTime

The time the association is created.

Returns:

  • (Time)


2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'lib/aws-sdk-workspaces/types.rb', line 2585

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

#image_idString

The identifier of the image.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'lib/aws-sdk-workspaces/types.rb', line 2585

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

#last_updated_timeTime

The time the association status was last updated.

Returns:

  • (Time)


2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'lib/aws-sdk-workspaces/types.rb', line 2585

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

#stateString

The status of the image resource association.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'lib/aws-sdk-workspaces/types.rb', line 2585

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

#state_reasonTypes::AssociationStateReason

The reason the association deployment failed.



2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
# File 'lib/aws-sdk-workspaces/types.rb', line 2585

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