Class: Aws::Types::CreateEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def description
  @description
end

#event_buses::Array[Types::EndpointEventBus]

Returns the value of attribute event_buses.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def event_buses
  @event_buses
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def name
  @name
end

#replication_configTypes::ReplicationConfig

Returns the value of attribute replication_config.



278
279
280
# File 'sig/types.rbs', line 278

def replication_config
  @replication_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def role_arn
  @role_arn
end

#routing_configTypes::RoutingConfig

Returns the value of attribute routing_config.



277
278
279
# File 'sig/types.rbs', line 277

def routing_config
  @routing_config
end