Class: Aws::Types::ProvisioningArtifactProperties

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.



1297
1298
1299
# File 'sig/types.rbs', line 1297

def description
  @description
end

#disable_template_validationBoolean

Returns the value of attribute disable_template_validation.



1300
1301
1302
# File 'sig/types.rbs', line 1300

def disable_template_validation
  @disable_template_validation
end

#info::Hash[::String, ::String]

Returns the value of attribute info.



1298
1299
1300
# File 'sig/types.rbs', line 1298

def info
  @info
end

#name::String

Returns the value of attribute name.



1296
1297
1298
# File 'sig/types.rbs', line 1296

def name
  @name
end

#type"CLOUD_FORMATION_TEMPLATE", ...

Returns the value of attribute type.



1299
1300
1301
# File 'sig/types.rbs', line 1299

def type
  @type
end