Class: Aws::Types::EnvironmentState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:spec])

Instance Attribute Summary collapse

Instance Attribute Details

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def spec
  @spec
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def template_minor_version
  @template_minor_version
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def template_name
  @template_name
end