Class: Aws::WorkSpaces::Types::BundleResourceAssociation

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 a bundle resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_idString

The identifier of the associated resource.

Returns:

  • (String)


337
338
339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 337

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_typeString

The resource type of the associated resources.

Returns:

  • (String)


337
338
339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 337

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_idString

The identifier of the bundle.

Returns:

  • (String)


337
338
339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 337

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

#createdTime

The time the association is created.

Returns:

  • (Time)


337
338
339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 337

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_timeTime

The time the association status was last updated.

Returns:

  • (Time)


337
338
339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 337

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

#stateString

The status of the bundle resource association.

Returns:

  • (String)


337
338
339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 337

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

The reason the association deployment failed.



337
338
339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 337

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