Class: Aws::Types::CreateStateTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_extra_dimensions ⇒ ::Array[::String]

Returns the value of attribute data_extra_dimensions.

Returns:

  • (::Array[::String])


258
259
260
# File 'sig/types.rbs', line 258

def data_extra_dimensions
  @data_extra_dimensions
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def description
  @description
end

#metadata_extra_dimensions ⇒ ::Array[::String]

Returns the value of attribute metadata_extra_dimensions.

Returns:

  • (::Array[::String])


259
260
261
# File 'sig/types.rbs', line 259

def 
  @metadata_extra_dimensions
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def name
  @name
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def signal_catalog_arn
  @signal_catalog_arn
end

#state_template_properties ⇒ ::Array[::String]

Returns the value of attribute state_template_properties.

Returns:

  • (::Array[::String])


257
258
259
# File 'sig/types.rbs', line 257

def state_template_properties
  @state_template_properties
end

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

Returns the value of attribute tags.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def tags
  @tags
end