Class: Aws::Types::CreateEnvironmentInput

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

#deployment_order::Integer

Returns the value of attribute deployment_order.

Returns:

  • (::Integer)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def deployment_order
  @deployment_order
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def domain_identifier
  @domain_identifier
end

#environment_account_identifier::String

Returns the value of attribute environment_account_identifier.

Returns:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def 
  @environment_account_identifier
end

#environment_account_region::String

Returns the value of attribute environment_account_region.

Returns:

  • (::String)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def 
  @environment_account_region
end

#environment_blueprint_identifier::String

Returns the value of attribute environment_blueprint_identifier.

Returns:

  • (::String)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def environment_blueprint_identifier
  @environment_blueprint_identifier
end

#environment_configuration_id::String

Returns the value of attribute environment_configuration_id.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def environment_configuration_id
  @environment_configuration_id
end

#environment_configuration_name::String

Returns the value of attribute environment_configuration_name.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def environment_configuration_name
  @environment_configuration_name
end

#environment_profile_identifier::String

Returns the value of attribute environment_profile_identifier.

Returns:

  • (::String)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def environment_profile_identifier
  @environment_profile_identifier
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


1188
1189
1190
# File 'sig/types.rbs', line 1188

def glossary_terms
  @glossary_terms
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def name
  @name
end

#project_identifier::String

Returns the value of attribute project_identifier.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def project_identifier
  @project_identifier
end

#user_parameters::Array[Types::EnvironmentParameter]

Returns the value of attribute user_parameters.

Returns:



1187
1188
1189
# File 'sig/types.rbs', line 1187

def user_parameters
  @user_parameters
end