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.
| 449 450 451 452 453 454 455 456 457 458 459 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 449 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.
| 449 450 451 452 453 454 455 456 457 458 459 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 449 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.
| 449 450 451 452 453 454 455 456 457 458 459 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 449 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.
| 449 450 451 452 453 454 455 456 457 458 459 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 449 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.
| 449 450 451 452 453 454 455 456 457 458 459 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 449 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.
| 449 450 451 452 453 454 455 456 457 458 459 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 449 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.
| 449 450 451 452 453 454 455 456 457 458 459 | # File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 449 class BundleResourceAssociation < Struct.new( :associated_resource_id, :associated_resource_type, :bundle_id, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |