Class: Aws::Types::ProvisioningTemplateVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


4142
4143
4144
# File 'sig/types.rbs', line 4142

def creation_date
  @creation_date
end

#is_default_versionBoolean

Returns the value of attribute is_default_version.

Returns:

  • (Boolean)


4143
4144
4145
# File 'sig/types.rbs', line 4143

def is_default_version
  @is_default_version
end

#version_id::Integer

Returns the value of attribute version_id.

Returns:

  • (::Integer)


4141
4142
4143
# File 'sig/types.rbs', line 4141

def version_id
  @version_id
end