Class: Aws::Types::CreateServiceTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def display_name
  @display_name
end

#encryption_key ⇒ ::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def encryption_key
  @encryption_key
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def name
  @name
end

#pipeline_provisioning ⇒ "CUSTOMER_MANAGED"

Returns the value of attribute pipeline_provisioning.

Returns:

  • ("CUSTOMER_MANAGED")


301
302
303
# File 'sig/types.rbs', line 301

def pipeline_provisioning
  @pipeline_provisioning
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def tags
  @tags
end