Class: Aws::Types::ResourceInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def arn
  @arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def name
  @name
end

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

Returns the value of attribute options.

Returns:

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


353
354
355
# File 'sig/types.rbs', line 353

def options
  @options
end

#resource_details ⇒ Types::ResourceDetails

Returns the value of attribute resource_details.



352
353
354
# File 'sig/types.rbs', line 352

def resource_details
  @resource_details
end

#resource_type ⇒ "CFN_STACK", "RESOURCE_TAG_VALUE"

Returns the value of attribute resource_type.

Returns:

  • ("CFN_STACK", "RESOURCE_TAG_VALUE")


351
352
353
# File 'sig/types.rbs', line 351

def resource_type
  @resource_type
end