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)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-workspaces/types.rb', line 2977

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)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-workspaces/types.rb', line 2977

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)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-workspaces/types.rb', line 2977

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)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-workspaces/types.rb', line 2977

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)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-workspaces/types.rb', line 2977

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)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-workspaces/types.rb', line 2977

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.



2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-workspaces/types.rb', line 2977

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