Class: Aws::Types::EnvironmentTemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


635
636
637
# File 'sig/types.rbs', line 635

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def display_name
  @display_name
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


638
639
640
# File 'sig/types.rbs', line 638

def last_modified_at
  @last_modified_at
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#provisioning ⇒ "CUSTOMER_MANAGED"

Returns the value of attribute provisioning.

Returns:

  • ("CUSTOMER_MANAGED")


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

def provisioning
  @provisioning
end

Returns the value of attribute recommended_version.

Returns:

  • (::String)


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

def recommended_version
  @recommended_version
end