Class: Aws::ServiceCatalog::Types::ResourceTargetDefinition

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a change to a resource attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The attribute to be changed.

Returns:

  • (String)


5782
5783
5784
5785
5786
5787
5788
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5782

class ResourceTargetDefinition < Struct.new(
  :attribute,
  :name,
  :requires_recreation)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

If the attribute is ‘Properties`, the value is the name of the property. Otherwise, the value is null.

Returns:

  • (String)


5782
5783
5784
5785
5786
5787
5788
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5782

class ResourceTargetDefinition < Struct.new(
  :attribute,
  :name,
  :requires_recreation)
  SENSITIVE = []
  include Aws::Structure
end

#requires_recreationString

If the attribute is ‘Properties`, indicates whether a change to this property causes the resource to be re-created.

Returns:

  • (String)


5782
5783
5784
5785
5786
5787
5788
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5782

class ResourceTargetDefinition < Struct.new(
  :attribute,
  :name,
  :requires_recreation)
  SENSITIVE = []
  include Aws::Structure
end