Class: Aws::Types::AwsEventsEndpointDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEventsEndpointDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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::AwsEventsEndpointEventBusesDetails]
Returns the value of attribute event_buses.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#replication_config ⇒ Types::AwsEventsEndpointReplicationConfigDetails
Returns the value of attribute replication_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#routing_config ⇒ Types::AwsEventsEndpointRoutingConfigDetails
Returns the value of attribute routing_config.
-
#state ⇒ ::String
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.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def description @description end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def endpoint_id @endpoint_id end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def endpoint_url @endpoint_url end |
#event_buses ⇒ ::Array[Types::AwsEventsEndpointEventBusesDetails]
Returns the value of attribute event_buses.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def event_buses @event_buses end |
#name ⇒ ::String
Returns the value of attribute name.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def name @name end |
#replication_config ⇒ Types::AwsEventsEndpointReplicationConfigDetails
Returns the value of attribute replication_config.
2823 2824 2825 |
# File 'sig/types.rbs', line 2823 def replication_config @replication_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2824 2825 2826 |
# File 'sig/types.rbs', line 2824 def role_arn @role_arn end |
#routing_config ⇒ Types::AwsEventsEndpointRoutingConfigDetails
Returns the value of attribute routing_config.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def routing_config @routing_config end |
#state ⇒ ::String
Returns the value of attribute state.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
2827 2828 2829 |
# File 'sig/types.rbs', line 2827 def state_reason @state_reason end |