Class: Aws::Types::EnvironmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#vcf_version ⇒ "VCF-5.2.1", ...
Returns the value of attribute vcf_version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
227 228 229 |
# File 'sig/types.rbs', line 227 def created_at @created_at end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
229 230 231 |
# File 'sig/types.rbs', line 229 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
222 223 224 |
# File 'sig/types.rbs', line 222 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
223 224 225 |
# File 'sig/types.rbs', line 223 def environment_name @environment_name end |
#environment_state ⇒ "CREATING", ...
Returns the value of attribute environment_state.
226 227 228 |
# File 'sig/types.rbs', line 226 def environment_state @environment_state end |
#environment_status ⇒ "PASSED", ...
Returns the value of attribute environment_status.
225 226 227 |
# File 'sig/types.rbs', line 225 def environment_status @environment_status end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
228 229 230 |
# File 'sig/types.rbs', line 228 def modified_at @modified_at end |
#vcf_version ⇒ "VCF-5.2.1", ...
Returns the value of attribute vcf_version.
224 225 226 |
# File 'sig/types.rbs', line 224 def vcf_version @vcf_version end |