Class: Aws::Types::EnvironmentTemplateVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :status_message])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


662
663
664
# File 'sig/types.rbs', line 662

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def description
  @description
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


664
665
666
# File 'sig/types.rbs', line 664

def last_modified_at
  @last_modified_at
end

#major_version ⇒ ::String

Returns the value of attribute major_version.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def major_version
  @major_version
end

#minor_version ⇒ ::String

Returns the value of attribute minor_version.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def minor_version
  @minor_version
end

Returns the value of attribute recommended_minor_version.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def recommended_minor_version
  @recommended_minor_version
end

#status ⇒ "REGISTRATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("REGISTRATION_IN_PROGRESS", "REGISTRATION_FAILED", "DRAFT", "PUBLISHED")


668
669
670
# File 'sig/types.rbs', line 668

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def status_message
  @status_message
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def template_name
  @template_name
end