Class: Aws::Types::ProvisionedResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier ⇒ ::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def identifier
  @identifier
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def name
  @name
end

#provisioning_engine ⇒ "CLOUDFORMATION", "TERRAFORM"

Returns the value of attribute provisioning_engine.

Returns:

  • ("CLOUDFORMATION", "TERRAFORM")


1194
1195
1196
# File 'sig/types.rbs', line 1194

def provisioning_engine
  @provisioning_engine
end