Class: Aws::Types::CreateEndpointResponse

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)


286
287
288
# File 'sig/types.rbs', line 286

def arn
  @arn
end

#event_buses::Array[Types::EndpointEventBus]

Returns the value of attribute event_buses.

Returns:



289
290
291
# File 'sig/types.rbs', line 289

def event_buses
  @event_buses
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def name
  @name
end

#replication_configTypes::ReplicationConfig

Returns the value of attribute replication_config.



288
289
290
# File 'sig/types.rbs', line 288

def replication_config
  @replication_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def role_arn
  @role_arn
end

#routing_configTypes::RoutingConfig

Returns the value of attribute routing_config.



287
288
289
# File 'sig/types.rbs', line 287

def routing_config
  @routing_config
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "CREATING", "UPDATING", "DELETING", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED")


291
292
293
# File 'sig/types.rbs', line 291

def state
  @state
end