Class: Aws::Types::GetTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


740
741
742
# File 'sig/types.rbs', line 740

def created_time
  @created_time
end

#deleted ⇒ Boolean

Returns the value of attribute deleted.

Returns:

  • (Boolean)


739
740
741
# File 'sig/types.rbs', line 739

def deleted
  @deleted
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def description
  @description
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


741
742
743
# File 'sig/types.rbs', line 741

def last_modified_time
  @last_modified_time
end

#layout_configuration ⇒ Types::LayoutConfiguration

Returns the value of attribute layout_configuration.



735
736
737
# File 'sig/types.rbs', line 735

def layout_configuration
  @layout_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def name
  @name
end

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

Returns the value of attribute required_fields.

Returns:



736
737
738
# File 'sig/types.rbs', line 736

def required_fields
  @required_fields
end

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

Returns the value of attribute rules.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def rules
  @rules
end

#status ⇒ "Active", "Inactive"

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive")


738
739
740
# File 'sig/types.rbs', line 738

def status
  @status
end

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

Returns the value of attribute tag_propagation_configurations.



743
744
745
# File 'sig/types.rbs', line 743

def tag_propagation_configurations
  @tag_propagation_configurations
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


737
738
739
# File 'sig/types.rbs', line 737

def tags
  @tags
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def template_arn
  @template_arn
end

#template_id ⇒ ::String

Returns the value of attribute template_id.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def template_id
  @template_id
end