Class: Aws::Types::UpdateEndpointRequest

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)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def description
  @description
end

#event_buses::Array[Types::EndpointEventBus]

Returns the value of attribute event_buses.

Returns:



1325
1326
1327
# File 'sig/types.rbs', line 1325

def event_buses
  @event_buses
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def name
  @name
end

#replication_configTypes::ReplicationConfig

Returns the value of attribute replication_config.



1324
1325
1326
# File 'sig/types.rbs', line 1324

def replication_config
  @replication_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def role_arn
  @role_arn
end

#routing_configTypes::RoutingConfig

Returns the value of attribute routing_config.



1323
1324
1325
# File 'sig/types.rbs', line 1323

def routing_config
  @routing_config
end