Class: Aws::Types::AssociateResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application ⇒ ::String

Returns the value of attribute application.

Returns:



59
60
61
# File 'sig/types.rbs', line 59

def application
  @application
end

#options ⇒ ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]

Returns the value of attribute options.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def options
  @options
end

#resource ⇒ ::String

Returns the value of attribute resource.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def resource
  @resource
end

#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"

Returns the value of attribute resource_type.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def resource_type
  @resource_type
end