Class: Aws::Types::GetStateTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


647
648
649
# File 'sig/types.rbs', line 647

def creation_time
  @creation_time
end

#data_extra_dimensions ⇒ ::Array[::String]

Returns the value of attribute data_extra_dimensions.

Returns:

  • (::Array[::String])


645
646
647
# File 'sig/types.rbs', line 645

def data_extra_dimensions
  @data_extra_dimensions
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def id
  @id
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


648
649
650
# File 'sig/types.rbs', line 648

def last_modification_time
  @last_modification_time
end

#metadata_extra_dimensions ⇒ ::Array[::String]

Returns the value of attribute metadata_extra_dimensions.

Returns:

  • (::Array[::String])


646
647
648
# File 'sig/types.rbs', line 646

def 
  @metadata_extra_dimensions
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def name
  @name
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def signal_catalog_arn
  @signal_catalog_arn
end

#state_template_properties ⇒ ::Array[::String]

Returns the value of attribute state_template_properties.

Returns:

  • (::Array[::String])


644
645
646
# File 'sig/types.rbs', line 644

def state_template_properties
  @state_template_properties
end