Class: Aws::Types::ProvisioningTemplateSummary

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)


4133
4134
4135
# File 'sig/types.rbs', line 4133

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4132
4133
4134
# File 'sig/types.rbs', line 4132

def description
  @description
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


4135
4136
4137
# File 'sig/types.rbs', line 4135

def enabled
  @enabled
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


4134
4135
4136
# File 'sig/types.rbs', line 4134

def last_modified_date
  @last_modified_date
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


4130
4131
4132
# File 'sig/types.rbs', line 4130

def template_arn
  @template_arn
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


4131
4132
4133
# File 'sig/types.rbs', line 4131

def template_name
  @template_name
end

#type"FLEET_PROVISIONING", "JITP"

Returns the value of attribute type.

Returns:

  • ("FLEET_PROVISIONING", "JITP")


4136
4137
4138
# File 'sig/types.rbs', line 4136

def type
  @type
end