Class: Aws::Types::AwsEventsEndpointDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2817
2818
2819
# File 'sig/types.rbs', line 2817

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2818
2819
2820
# File 'sig/types.rbs', line 2818

def description
  @description
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2822
2823
2824
# File 'sig/types.rbs', line 2822

def name
  @name
end

#replication_configTypes::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.

Returns:

  • (::String)


2824
2825
2826
# File 'sig/types.rbs', line 2824

def role_arn
  @role_arn
end

#routing_configTypes::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.

Returns:

  • (::String)


2826
2827
2828
# File 'sig/types.rbs', line 2826

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


2827
2828
2829
# File 'sig/types.rbs', line 2827

def state_reason
  @state_reason
end