Class: Aws::Types::ResourceTargetDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_value::String

Returns the value of attribute after_value.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def after_value
  @after_value
end

#after_value_from"TEMPLATE"

Returns the value of attribute after_value_from.

Returns:

  • ("TEMPLATE")


1516
1517
1518
# File 'sig/types.rbs', line 1516

def after_value_from
  @after_value_from
end

#attribute"Properties", ...

Returns the value of attribute attribute.

Returns:

  • ("Properties", "Metadata", "CreationPolicy", "UpdatePolicy", "DeletionPolicy", "UpdateReplacePolicy", "Tags")


1509
1510
1511
# File 'sig/types.rbs', line 1509

def attribute
  @attribute
end

#attribute_change_type"Add", ...

Returns the value of attribute attribute_change_type.

Returns:

  • ("Add", "Remove", "Modify", "SyncWithActual")


1518
1519
1520
# File 'sig/types.rbs', line 1518

def attribute_change_type
  @attribute_change_type
end

#before_value::String

Returns the value of attribute before_value.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def before_value
  @before_value
end

#before_value_from"PREVIOUS_DEPLOYMENT_STATE", "ACTUAL_STATE"

Returns the value of attribute before_value_from.

Returns:

  • ("PREVIOUS_DEPLOYMENT_STATE", "ACTUAL_STATE")


1515
1516
1517
# File 'sig/types.rbs', line 1515

def before_value_from
  @before_value_from
end

#driftTypes::LiveResourceDrift

Returns the value of attribute drift.



1517
1518
1519
# File 'sig/types.rbs', line 1517

def drift
  @drift
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def path
  @path
end

#requires_recreation"Never", ...

Returns the value of attribute requires_recreation.

Returns:

  • ("Never", "Conditionally", "Always")


1511
1512
1513
# File 'sig/types.rbs', line 1511

def requires_recreation
  @requires_recreation
end