Class: Aws::Types::Environment
- Inherits:
-
Object
- Object
- Aws::Types::Environment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#connection_type ⇒ "CONNECT_SSH", "CONNECT_SSM"
Returns the value of attribute connection_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lifecycle ⇒ Types::EnvironmentLifecycle
Returns the value of attribute lifecycle.
-
#managed_credentials_status ⇒ "ENABLED_ON_CREATE", ...
Returns the value of attribute managed_credentials_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_arn ⇒ ::String
Returns the value of attribute owner_arn.
-
#type ⇒ "ssh", "ec2"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def arn @arn end |
#connection_type ⇒ "CONNECT_SSH", "CONNECT_SSM"
Returns the value of attribute connection_type.
110 111 112 |
# File 'sig/types.rbs', line 110 def connection_type @connection_type end |
#description ⇒ ::String
Returns the value of attribute description.
108 109 110 |
# File 'sig/types.rbs', line 108 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
106 107 108 |
# File 'sig/types.rbs', line 106 def id @id end |
#lifecycle ⇒ Types::EnvironmentLifecycle
Returns the value of attribute lifecycle.
113 114 115 |
# File 'sig/types.rbs', line 113 def lifecycle @lifecycle end |
#managed_credentials_status ⇒ "ENABLED_ON_CREATE", ...
Returns the value of attribute managed_credentials_status.
114 115 116 |
# File 'sig/types.rbs', line 114 def managed_credentials_status @managed_credentials_status end |
#name ⇒ ::String
Returns the value of attribute name.
107 108 109 |
# File 'sig/types.rbs', line 107 def name @name end |
#owner_arn ⇒ ::String
Returns the value of attribute owner_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def owner_arn @owner_arn end |
#type ⇒ "ssh", "ec2"
Returns the value of attribute type.
109 110 111 |
# File 'sig/types.rbs', line 109 def type @type end |