Class: Aws::Types::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#high_availability_config ⇒ Types::HighAvailabilityConfig
Returns the value of attribute high_availability_config.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "ipv4", "dual"
Returns the value of attribute network_type.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#storage_configurations ⇒ ::Array[Types::StorageConfiguration]
Returns the value of attribute storage_configurations.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
172 173 174 |
# File 'sig/types.rbs', line 172 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
173 174 175 |
# File 'sig/types.rbs', line 173 def description @description end |
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
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.
175 176 177 |
# File 'sig/types.rbs', line 175 def engine_version @engine_version end |
#high_availability_config ⇒ Types::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.
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.
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.
179 180 181 |
# File 'sig/types.rbs', line 179 def name @name end |
#network_type ⇒ "ipv4", "dual"
Returns the value of attribute network_type.
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.
181 182 183 |
# File 'sig/types.rbs', line 181 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
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.
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.
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.
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.
186 187 188 |
# File 'sig/types.rbs', line 186 def @tags end |