Class: Aws::Types::CreateEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def description
  @description
end

#engine_type"microfocus", "bluage"

Returns the value of attribute engine_type.

Returns:

  • ("microfocus", "bluage")


174
175
176
# File 'sig/types.rbs', line 174

def engine_type
  @engine_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def engine_version
  @engine_version
end

#high_availability_configTypes::HighAvailabilityConfig

Returns the value of attribute high_availability_config.



176
177
178
# File 'sig/types.rbs', line 176

def high_availability_config
  @high_availability_config
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def instance_type
  @instance_type
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def name
  @name
end

#network_type"ipv4", "dual"

Returns the value of attribute network_type.

Returns:

  • ("ipv4", "dual")


180
181
182
# File 'sig/types.rbs', line 180

def network_type
  @network_type
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def preferred_maintenance_window
  @preferred_maintenance_window
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


182
183
184
# File 'sig/types.rbs', line 182

def publicly_accessible
  @publicly_accessible
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


183
184
185
# File 'sig/types.rbs', line 183

def security_group_ids
  @security_group_ids
end

#storage_configurations::Array[Types::StorageConfiguration]

Returns the value of attribute storage_configurations.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def storage_configurations
  @storage_configurations
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


185
186
187
# File 'sig/types.rbs', line 185

def subnet_ids
  @subnet_ids
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


186
187
188
# File 'sig/types.rbs', line 186

def tags
  @tags
end