Class: Aws::Types::DescribeEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
-
#event_buses ⇒ ::Array[Types::EndpointEventBus]
Returns the value of attribute event_buses.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#replication_config ⇒ Types::ReplicationConfig
Returns the value of attribute replication_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#routing_config ⇒ Types::RoutingConfig
Returns the value of attribute routing_config.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
488 489 490 |
# File 'sig/types.rbs', line 488 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
497 498 499 |
# File 'sig/types.rbs', line 497 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
487 488 489 |
# File 'sig/types.rbs', line 487 def description @description end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
493 494 495 |
# File 'sig/types.rbs', line 493 def endpoint_id @endpoint_id end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
494 495 496 |
# File 'sig/types.rbs', line 494 def endpoint_url @endpoint_url end |
#event_buses ⇒ ::Array[Types::EndpointEventBus]
Returns the value of attribute event_buses.
491 492 493 |
# File 'sig/types.rbs', line 491 def event_buses @event_buses end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
498 499 500 |
# File 'sig/types.rbs', line 498 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
486 487 488 |
# File 'sig/types.rbs', line 486 def name @name end |
#replication_config ⇒ Types::ReplicationConfig
Returns the value of attribute replication_config.
490 491 492 |
# File 'sig/types.rbs', line 490 def replication_config @replication_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
492 493 494 |
# File 'sig/types.rbs', line 492 def role_arn @role_arn end |
#routing_config ⇒ Types::RoutingConfig
Returns the value of attribute routing_config.
489 490 491 |
# File 'sig/types.rbs', line 489 def routing_config @routing_config end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
495 496 497 |
# File 'sig/types.rbs', line 495 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
496 497 498 |
# File 'sig/types.rbs', line 496 def state_reason @state_reason end |