Class: Aws::Types::UpdateEndpointResponse

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)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def arn
  @arn
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def endpoint_id
  @endpoint_id
end

#endpoint_url::String

Returns the value of attribute endpoint_url.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def endpoint_url
  @endpoint_url
end

#event_buses::Array[Types::EndpointEventBus]

Returns the value of attribute event_buses.

Returns:



1335
1336
1337
# File 'sig/types.rbs', line 1335

def event_buses
  @event_buses
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def name
  @name
end

#replication_configTypes::ReplicationConfig

Returns the value of attribute replication_config.



1334
1335
1336
# File 'sig/types.rbs', line 1334

def replication_config
  @replication_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def role_arn
  @role_arn
end

#routing_configTypes::RoutingConfig

Returns the value of attribute routing_config.



1333
1334
1335
# File 'sig/types.rbs', line 1333

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")


1339
1340
1341
# File 'sig/types.rbs', line 1339

def state
  @state
end