Class: Aws::Types::Environment
- Inherits:
-
Object
- Object
- Aws::Types::Environment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checks ⇒ ::Array[Types::Check]
Returns the value of attribute checks.
-
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#credentials ⇒ ::Array[Types::Secret]
Returns the value of attribute credentials.
-
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#environment_state ⇒ "CREATING", ...
Returns the value of attribute environment_state.
-
#environment_status ⇒ "PASSED", ...
Returns the value of attribute environment_status.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#license_info ⇒ ::Array[Types::LicenseInfo]
Returns the value of attribute license_info.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#service_access_security_groups ⇒ Types::ServiceAccessSecurityGroups
Returns the value of attribute service_access_security_groups.
-
#service_access_subnet_id ⇒ ::String
Returns the value of attribute service_access_subnet_id.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
-
#terms_accepted ⇒ Boolean
Returns the value of attribute terms_accepted.
-
#vcf_hostnames ⇒ Types::VcfHostnames
Returns the value of attribute vcf_hostnames.
-
#vcf_version ⇒ "VCF-5.2.1", ...
Returns the value of attribute vcf_version.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#checks ⇒ ::Array[Types::Check]
Returns the value of attribute checks.
212 213 214 |
# File 'sig/types.rbs', line 212 def checks @checks end |
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
213 214 215 |
# File 'sig/types.rbs', line 213 def connectivity_info @connectivity_info end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
201 202 203 |
# File 'sig/types.rbs', line 201 def created_at @created_at end |
#credentials ⇒ ::Array[Types::Secret]
Returns the value of attribute credentials.
217 218 219 |
# File 'sig/types.rbs', line 217 def credentials @credentials end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
203 204 205 |
# File 'sig/types.rbs', line 203 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
198 199 200 |
# File 'sig/types.rbs', line 198 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
204 205 206 |
# File 'sig/types.rbs', line 204 def environment_name @environment_name end |
#environment_state ⇒ "CREATING", ...
Returns the value of attribute environment_state.
199 200 201 |
# File 'sig/types.rbs', line 199 def environment_state @environment_state end |
#environment_status ⇒ "PASSED", ...
Returns the value of attribute environment_status.
211 212 213 |
# File 'sig/types.rbs', line 211 def environment_status @environment_status end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
215 216 217 |
# File 'sig/types.rbs', line 215 def kms_key_id @kms_key_id end |
#license_info ⇒ ::Array[Types::LicenseInfo]
Returns the value of attribute license_info.
209 210 211 |
# File 'sig/types.rbs', line 209 def license_info @license_info end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
202 203 204 |
# File 'sig/types.rbs', line 202 def modified_at @modified_at end |
#service_access_security_groups ⇒ Types::ServiceAccessSecurityGroups
Returns the value of attribute service_access_security_groups.
216 217 218 |
# File 'sig/types.rbs', line 216 def service_access_security_groups @service_access_security_groups end |
#service_access_subnet_id ⇒ ::String
Returns the value of attribute service_access_subnet_id.
206 207 208 |
# File 'sig/types.rbs', line 206 def service_access_subnet_id @service_access_subnet_id end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def site_id @site_id end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
200 201 202 |
# File 'sig/types.rbs', line 200 def state_details @state_details end |
#terms_accepted ⇒ Boolean
Returns the value of attribute terms_accepted.
208 209 210 |
# File 'sig/types.rbs', line 208 def terms_accepted @terms_accepted end |
#vcf_hostnames ⇒ Types::VcfHostnames
Returns the value of attribute vcf_hostnames.
214 215 216 |
# File 'sig/types.rbs', line 214 def vcf_hostnames @vcf_hostnames end |
#vcf_version ⇒ "VCF-5.2.1", ...
Returns the value of attribute vcf_version.
207 208 209 |
# File 'sig/types.rbs', line 207 def vcf_version @vcf_version end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def vpc_id @vpc_id end |