Class: Aws::Types::Endpoint
- Inherits:
-
Object
- Object
- Aws::Types::Endpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auth_proxy_url ⇒ ::String
Returns the value of attribute auth_proxy_url.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_authority ⇒ Types::Certificate
Returns the value of attribute certificate_authority.
-
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#failure_reason ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute failure_reason.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#security_group ⇒ ::String
Returns the value of attribute security_group.
-
#server_url ⇒ ::String
Returns the value of attribute server_url.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
281 282 283 |
# File 'sig/types.rbs', line 281 def arn @arn end |
#auth_proxy_url ⇒ ::String
Returns the value of attribute auth_proxy_url.
291 292 293 |
# File 'sig/types.rbs', line 291 def auth_proxy_url @auth_proxy_url end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
287 288 289 |
# File 'sig/types.rbs', line 287 def certificate_arn @certificate_arn end |
#certificate_authority ⇒ Types::Certificate
Returns the value of attribute certificate_authority.
288 289 290 |
# File 'sig/types.rbs', line 288 def @certificate_authority end |
#configuration_overrides ⇒ Types::ConfigurationOverrides
Returns the value of attribute configuration_overrides.
289 290 291 |
# File 'sig/types.rbs', line 289 def configuration_overrides @configuration_overrides end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
292 293 294 |
# File 'sig/types.rbs', line 292 def created_at @created_at end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def execution_role_arn @execution_role_arn end |
#failure_reason ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute failure_reason.
296 297 298 |
# File 'sig/types.rbs', line 296 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
279 280 281 |
# File 'sig/types.rbs', line 279 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
280 281 282 |
# File 'sig/types.rbs', line 280 def name @name end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
285 286 287 |
# File 'sig/types.rbs', line 285 def release_label @release_label end |
#security_group ⇒ ::String
Returns the value of attribute security_group.
293 294 295 |
# File 'sig/types.rbs', line 293 def security_group @security_group end |
#server_url ⇒ ::String
Returns the value of attribute server_url.
290 291 292 |
# File 'sig/types.rbs', line 290 def server_url @server_url end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
284 285 286 |
# File 'sig/types.rbs', line 284 def state @state end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
295 296 297 |
# File 'sig/types.rbs', line 295 def state_details @state_details end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
294 295 296 |
# File 'sig/types.rbs', line 294 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
297 298 299 |
# File 'sig/types.rbs', line 297 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
283 284 285 |
# File 'sig/types.rbs', line 283 def type @type end |
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
282 283 284 |
# File 'sig/types.rbs', line 282 def virtual_cluster_id @virtual_cluster_id end |