Class: Aws::Types::CreateTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def description
  @description
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def domain_id
  @domain_id
end

#layout_configuration ⇒ Types::LayoutConfiguration

Returns the value of attribute layout_configuration.



351
352
353
# File 'sig/types.rbs', line 351

def layout_configuration
  @layout_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def name
  @name
end

#required_fields ⇒ ::Array[Types::RequiredField]

Returns the value of attribute required_fields.

Returns:



352
353
354
# File 'sig/types.rbs', line 352

def required_fields
  @required_fields
end

#rules ⇒ ::Array[Types::TemplateRule]

Returns the value of attribute rules.

Returns:



354
355
356
# File 'sig/types.rbs', line 354

def rules
  @rules
end

#status ⇒ "Active", "Inactive"

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive")


353
354
355
# File 'sig/types.rbs', line 353

def status
  @status
end

#tag_propagation_configurations ⇒ ::Array[Types::TagPropagationConfiguration]

Returns the value of attribute tag_propagation_configurations.



355
356
357
# File 'sig/types.rbs', line 355

def tag_propagation_configurations
  @tag_propagation_configurations
end