Class: Aws::WorkSpaces::Types::BundleResourceAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::BundleResourceAssociation
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes the association between an application and a bundle 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.
-
#bundle_id ⇒ String
The identifier of the bundle.
-
#created ⇒ Time
The time the association is created.
-
#last_updated_time ⇒ Time
The time the association status was last updated.
-
#state ⇒ String
The status of the bundle 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.
410 411 412 413 414 415 416 417 418 419 420 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 410 class BundleResourceAssociation < Struct.new( :associated_resource_id, :associated_resource_type, :bundle_id, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#associated_resource_type ⇒ String
The resource type of the associated resources.
410 411 412 413 414 415 416 417 418 419 420 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 410 class BundleResourceAssociation < Struct.new( :associated_resource_id, :associated_resource_type, :bundle_id, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#bundle_id ⇒ String
The identifier of the bundle.
410 411 412 413 414 415 416 417 418 419 420 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 410 class BundleResourceAssociation < Struct.new( :associated_resource_id, :associated_resource_type, :bundle_id, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
The time the association is created.
410 411 412 413 414 415 416 417 418 419 420 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 410 class BundleResourceAssociation < Struct.new( :associated_resource_id, :associated_resource_type, :bundle_id, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time the association status was last updated.
410 411 412 413 414 415 416 417 418 419 420 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 410 class BundleResourceAssociation < Struct.new( :associated_resource_id, :associated_resource_type, :bundle_id, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The status of the bundle resource association.
410 411 412 413 414 415 416 417 418 419 420 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 410 class BundleResourceAssociation < Struct.new( :associated_resource_id, :associated_resource_type, :bundle_id, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ Types::AssociationStateReason
The reason the association deployment failed.
410 411 412 413 414 415 416 417 418 419 420 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 410 class BundleResourceAssociation < Struct.new( :associated_resource_id, :associated_resource_type, :bundle_id, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |