Class: Aws::WorkSpaces::Types::ImageResourceAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ImageResourceAssociation
- 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
-
#associated_resource_id ⇒ String
The identifier of the associated resource.
-
#associated_resource_type ⇒ String
The resource type of the associated resources.
-
#created ⇒ Time
The time the association is created.
-
#image_id ⇒ String
The identifier of the image.
-
#last_updated_time ⇒ Time
The time the association status was last updated.
-
#state ⇒ String
The status of the image resource association.
-
#state_reason ⇒ Types::AssociationStateReason
The reason the association deployment failed.
Instance Attribute Details
#associated_resource_id ⇒ String
The identifier of the associated resource.
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_type ⇒ String
The resource type of the associated resources.
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 |
#created ⇒ Time
The time the association is created.
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_id ⇒ String
The identifier of the image.
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_time ⇒ Time
The time the association status was last updated.
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 ⇒ String
The status of the image resource association.
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_reason ⇒ Types::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 |