Class: Aws::WorkSpaces::Types::ApplicationResourceAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ApplicationResourceAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the association between an application and an application resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application.
-
#associated_resource_id ⇒ String
The identifier of the associated resource.
-
#associated_resource_type ⇒ String
The resource type of the associated resource.
-
#created ⇒ Time
The time the association was created.
-
#last_updated_time ⇒ Time
The time the association status was last updated.
-
#state ⇒ String
The status of the application resource association.
-
#state_reason ⇒ Types::AssociationStateReason
The reason the association deployment failed.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application.
187 188 189 190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-workspaces/types.rb', line 187 class ApplicationResourceAssociation < Struct.new( :application_id, :associated_resource_id, :associated_resource_type, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#associated_resource_id ⇒ String
The identifier of the associated resource.
187 188 189 190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-workspaces/types.rb', line 187 class ApplicationResourceAssociation < Struct.new( :application_id, :associated_resource_id, :associated_resource_type, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#associated_resource_type ⇒ String
The resource type of the associated resource.
187 188 189 190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-workspaces/types.rb', line 187 class ApplicationResourceAssociation < Struct.new( :application_id, :associated_resource_id, :associated_resource_type, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
The time the association was created.
187 188 189 190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-workspaces/types.rb', line 187 class ApplicationResourceAssociation < Struct.new( :application_id, :associated_resource_id, :associated_resource_type, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time the association status was last updated.
187 188 189 190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-workspaces/types.rb', line 187 class ApplicationResourceAssociation < Struct.new( :application_id, :associated_resource_id, :associated_resource_type, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The status of the application resource association.
187 188 189 190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-workspaces/types.rb', line 187 class ApplicationResourceAssociation < Struct.new( :application_id, :associated_resource_id, :associated_resource_type, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ Types::AssociationStateReason
The reason the association deployment failed.
187 188 189 190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-workspaces/types.rb', line 187 class ApplicationResourceAssociation < Struct.new( :application_id, :associated_resource_id, :associated_resource_type, :created, :last_updated_time, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |