Class: Aws::Types::DisassociateResourceRequest

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:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def application
  @application
end

#resource ⇒ ::String

Returns the value of attribute resource.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def resource
  @resource
end

#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"

Returns the value of attribute resource_type.

Returns:

  • ("CFN_STACK", "RESOURCE_TAG_VALUE")


169
170
171
# File 'sig/types.rbs', line 169

def resource_type
  @resource_type
end