Class: Aws::Types::ProvisioningArtifact

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:



1256
1257
1258
# File 'sig/types.rbs', line 1256

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:



1255
1256
1257
# File 'sig/types.rbs', line 1255

def description
  @description
end

#guidance"DEFAULT", "DEPRECATED"

Returns the value of attribute guidance.

Returns:



1257
1258
1259
# File 'sig/types.rbs', line 1257

def guidance
  @guidance
end

#id::String

Returns the value of attribute id.

Returns:



1253
1254
1255
# File 'sig/types.rbs', line 1253

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



1254
1255
1256
# File 'sig/types.rbs', line 1254

def name
  @name
end