Class: Aws::WorkSpaces::Types::ApplicationResourceAssociation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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

Instance Attribute Details

#application_idString

The identifier of the application.

Returns:

  • (String)


168
169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 168

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_idString

The identifier of the associated resource.

Returns:

  • (String)


168
169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 168

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_typeString

The resource type of the associated resource.

Returns:

  • (String)


168
169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 168

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

#createdTime

The time the association was created.

Returns:

  • (Time)


168
169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 168

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_timeTime

The time the association status was last updated.

Returns:

  • (Time)


168
169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 168

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

#stateString

The status of the application resource association.

Returns:

  • (String)


168
169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 168

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_reasonTypes::AssociationStateReason

The reason the association deployment failed.



168
169
170
171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 168

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