Class: Aws::Types::GetAssociatedResourceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_tag_result ⇒ Types::ApplicationTagResult

Returns the value of attribute application_tag_result.



212
213
214
# File 'sig/types.rbs', line 212

def application_tag_result
  @application_tag_result
end

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

Returns the value of attribute options.

Returns:

  • (::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")])


211
212
213
# File 'sig/types.rbs', line 211

def options
  @options
end

#resource ⇒ Types::Resource

Returns the value of attribute resource.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def resource
  @resource
end