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

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


3054
3055
3056
# File 'sig/types.rbs', line 3054

def application_id
  @application_id
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


3055
3056
3057
# File 'sig/types.rbs', line 3055

def endpoint_id
  @endpoint_id
end

#endpoint_requestTypes::EndpointRequest

Returns the value of attribute endpoint_request.



3056
3057
3058
# File 'sig/types.rbs', line 3056

def endpoint_request
  @endpoint_request
end