Class: Aws::Types::EnvironmentConfigurationUserParameter

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

#environment_configuration_name::String

Returns the value of attribute environment_configuration_name.

Returns:

  • (::String)


2311
2312
2313
# File 'sig/types.rbs', line 2311

def environment_configuration_name
  @environment_configuration_name
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def environment_id
  @environment_id
end

#environment_parameters::Array[Types::EnvironmentParameter]

Returns the value of attribute environment_parameters.

Returns:



2312
2313
2314
# File 'sig/types.rbs', line 2312

def environment_parameters
  @environment_parameters
end

#environment_resolved_accountTypes::EnvironmentResolvedAccount

Returns the value of attribute environment_resolved_account.



2310
2311
2312
# File 'sig/types.rbs', line 2310

def 
  @environment_resolved_account
end