Class: Aws::Types::UpdateEnvironmentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:environment_configuration_name])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_version::String

Returns the value of attribute blueprint_version.

Returns:

  • (::String)


6575
6576
6577
# File 'sig/types.rbs', line 6575

def blueprint_version
  @blueprint_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6573
6574
6575
# File 'sig/types.rbs', line 6573

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6570
6571
6572
# File 'sig/types.rbs', line 6570

def domain_identifier
  @domain_identifier
end

#environment_configuration_name::String

Returns the value of attribute environment_configuration_name.

Returns:

  • (::String)


6577
6578
6579
# File 'sig/types.rbs', line 6577

def environment_configuration_name
  @environment_configuration_name
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


6574
6575
6576
# File 'sig/types.rbs', line 6574

def glossary_terms
  @glossary_terms
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6571
6572
6573
# File 'sig/types.rbs', line 6571

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6572
6573
6574
# File 'sig/types.rbs', line 6572

def name
  @name
end

#user_parameters::Array[Types::EnvironmentParameter]

Returns the value of attribute user_parameters.

Returns:



6576
6577
6578
# File 'sig/types.rbs', line 6576

def user_parameters
  @user_parameters
end