Class: Aws::Types::ProvisioningArtifactSummary

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:

  • (::Time)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def name
  @name
end

#provisioning_artifact_metadata::Hash[::String, ::String]

Returns the value of attribute provisioning_artifact_metadata.

Returns:

  • (::Hash[::String, ::String])


1309
1310
1311
# File 'sig/types.rbs', line 1309

def 
  
end