Class: Aws::Types::EnvironmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_configuration_id ⇒ ::String
Returns the value of attribute environment_configuration_id.
-
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
-
#environment_profile_id ⇒ ::String
Returns the value of attribute environment_profile_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def aws_account_id @aws_account_id end |
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def aws_account_region @aws_account_region end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def domain_id @domain_id end |
#environment_configuration_id ⇒ ::String
Returns the value of attribute environment_configuration_id.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def environment_configuration_id @environment_configuration_id end |
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def environment_configuration_name @environment_configuration_name end |
#environment_profile_id ⇒ ::String
Returns the value of attribute environment_profile_id.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def environment_profile_id @environment_profile_id end |
#id ⇒ ::String
Returns the value of attribute id.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def project_id @project_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def provider @provider end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def updated_at @updated_at end |