Class: Aws::ServiceCatalog::Types::ResourceTargetDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ResourceTargetDefinition
- 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
-
#attribute ⇒ String
The attribute to be changed.
-
#name ⇒ String
If the attribute is ‘Properties`, the value is the name of the property.
-
#requires_recreation ⇒ String
If the attribute is ‘Properties`, indicates whether a change to this property causes the resource to be re-created.
Instance Attribute Details
#attribute ⇒ String
The attribute to be changed.
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 |
#name ⇒ String
If the attribute is ‘Properties`, the value is the name of the property. Otherwise, the value is null.
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_recreation ⇒ String
If the attribute is ‘Properties`, indicates whether a change to this property causes the resource to be re-created.
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 |