Class: Aws::Types::DescribeEndpointResponse

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)


488
489
490
# File 'sig/types.rbs', line 488

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


497
498
499
# File 'sig/types.rbs', line 497

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def description
  @description
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def endpoint_id
  @endpoint_id
end

#endpoint_url::String

Returns the value of attribute endpoint_url.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def endpoint_url
  @endpoint_url
end

#event_buses::Array[Types::EndpointEventBus]

Returns the value of attribute event_buses.

Returns:



491
492
493
# File 'sig/types.rbs', line 491

def event_buses
  @event_buses
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


498
499
500
# File 'sig/types.rbs', line 498

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def name
  @name
end

#replication_configTypes::ReplicationConfig

Returns the value of attribute replication_config.



490
491
492
# File 'sig/types.rbs', line 490

def replication_config
  @replication_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def role_arn
  @role_arn
end

#routing_configTypes::RoutingConfig

Returns the value of attribute routing_config.



489
490
491
# File 'sig/types.rbs', line 489

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


495
496
497
# File 'sig/types.rbs', line 495

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def state_reason
  @state_reason
end