Class: Aws::Types::UpdateTemplateRequest

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)


1330
1331
1332
# File 'sig/types.rbs', line 1330

def description
  @description
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def domain_id
  @domain_id
end

#layout_configuration ⇒ Types::LayoutConfiguration

Returns the value of attribute layout_configuration.



1331
1332
1333
# File 'sig/types.rbs', line 1331

def layout_configuration
  @layout_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def name
  @name
end

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

Returns the value of attribute required_fields.

Returns:



1332
1333
1334
# File 'sig/types.rbs', line 1332

def required_fields
  @required_fields
end

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

Returns the value of attribute rules.

Returns:



1334
1335
1336
# File 'sig/types.rbs', line 1334

def rules
  @rules
end

#status ⇒ "Active", "Inactive"

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive")


1333
1334
1335
# File 'sig/types.rbs', line 1333

def status
  @status
end

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

Returns the value of attribute tag_propagation_configurations.



1335
1336
1337
# File 'sig/types.rbs', line 1335

def tag_propagation_configurations
  @tag_propagation_configurations
end

#template_id ⇒ ::String

Returns the value of attribute template_id.

Returns:

  • (::String)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def template_id
  @template_id
end