Class: Aws::Types::DescribeProvisioningTemplateResponse

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)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def creation_date
  @creation_date
end

#default_version_id::Integer

Returns the value of attribute default_version_id.

Returns:

  • (::Integer)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def default_version_id
  @default_version_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def description
  @description
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def enabled
  @enabled
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def last_modified_date
  @last_modified_date
end

#pre_provisioning_hookTypes::ProvisioningHook

Returns the value of attribute pre_provisioning_hook.



1940
1941
1942
# File 'sig/types.rbs', line 1940

def pre_provisioning_hook
  @pre_provisioning_hook
end

#provisioning_role_arn::String

Returns the value of attribute provisioning_role_arn.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def provisioning_role_arn
  @provisioning_role_arn
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def template_arn
  @template_arn
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def template_body
  @template_body
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def template_name
  @template_name
end

#type"FLEET_PROVISIONING", "JITP"

Returns the value of attribute type.

Returns:

  • ("FLEET_PROVISIONING", "JITP")


1941
1942
1943
# File 'sig/types.rbs', line 1941

def type
  @type
end