Class: Aws::Types::CreateEnvironmentTemplateInput

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)


204
205
206
# File 'sig/types.rbs', line 204

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def display_name
  @display_name
end

#encryption_key ⇒ ::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def encryption_key
  @encryption_key
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def name
  @name
end

#provisioning ⇒ "CUSTOMER_MANAGED"

Returns the value of attribute provisioning.

Returns:

  • ("CUSTOMER_MANAGED")


208
209
210
# File 'sig/types.rbs', line 208

def provisioning
  @provisioning
end

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

Returns the value of attribute tags.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def tags
  @tags
end