Class: Aws::Types::EnvironmentTemplate

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)


615
616
617
# File 'sig/types.rbs', line 615

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


616
617
618
# File 'sig/types.rbs', line 616

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def display_name
  @display_name
end

#encryption_key ⇒ ::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def encryption_key
  @encryption_key
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


620
621
622
# File 'sig/types.rbs', line 620

def last_modified_at
  @last_modified_at
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def name
  @name
end

#provisioning ⇒ "CUSTOMER_MANAGED"

Returns the value of attribute provisioning.

Returns:

  • ("CUSTOMER_MANAGED")


622
623
624
# File 'sig/types.rbs', line 622

def provisioning
  @provisioning
end

Returns the value of attribute recommended_version.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def recommended_version
  @recommended_version
end