Class: Aws::Types::Environment
- Inherits:
-
Object
- Object
- Aws::Types::Environment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_page_url ⇒ ::String
Returns the value of attribute activation_page_url.
-
#bandwidths ⇒ Types::Bandwidths
Returns the value of attribute bandwidths.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#provider ⇒ Types::Provider
Returns the value of attribute provider.
-
#remote_identifier_type ⇒ "account", "email"
Returns the value of attribute remote_identifier_type.
-
#state ⇒ "available", ...
Returns the value of attribute state.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#activation_page_url ⇒ ::String
Returns the value of attribute activation_page_url.
139 140 141 |
# File 'sig/types.rbs', line 139 def activation_page_url @activation_page_url end |
#bandwidths ⇒ Types::Bandwidths
Returns the value of attribute bandwidths.
137 138 139 |
# File 'sig/types.rbs', line 137 def bandwidths @bandwidths end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
135 136 137 |
# File 'sig/types.rbs', line 135 def environment_id @environment_id end |
#location ⇒ ::String
Returns the value of attribute location.
134 135 136 |
# File 'sig/types.rbs', line 134 def location @location end |
#provider ⇒ Types::Provider
Returns the value of attribute provider.
133 134 135 |
# File 'sig/types.rbs', line 133 def provider @provider end |
#remote_identifier_type ⇒ "account", "email"
Returns the value of attribute remote_identifier_type.
140 141 142 |
# File 'sig/types.rbs', line 140 def remote_identifier_type @remote_identifier_type end |
#state ⇒ "available", ...
Returns the value of attribute state.
136 137 138 |
# File 'sig/types.rbs', line 136 def state @state end |
#type ⇒ ::String
Returns the value of attribute type.
138 139 140 |
# File 'sig/types.rbs', line 138 def type @type end |