You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a change to a resource attribute.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The attribute to be changed.

Possible values:

  • PROPERTIES
  • METADATA
  • CREATIONPOLICY
  • UPDATEPOLICY
  • DELETIONPOLICY
  • TAGS

Returns:

  • (String)

    The attribute to be changed.

#nameString

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

Returns:

  • (String)

    If the attribute is Properties, the value is the name of the property.

#requires_recreationString

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

Possible values:

  • NEVER
  • CONDITIONALLY
  • ALWAYS

Returns:

  • (String)

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