Class: Aws::Types::DescribeApiDestinationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_destination_arn::String

Returns the value of attribute api_destination_arn.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def api_destination_arn
  @api_destination_arn
end

#api_destination_state"ACTIVE", "INACTIVE"

Returns the value of attribute api_destination_state.

Returns:

  • ("ACTIVE", "INACTIVE")


415
416
417
# File 'sig/types.rbs', line 415

def api_destination_state
  @api_destination_state
end

#connection_arn::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def connection_arn
  @connection_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


420
421
422
# File 'sig/types.rbs', line 420

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def description
  @description
end

#http_method"POST", ...

Returns the value of attribute http_method.

Returns:

  • ("POST", "GET", "HEAD", "OPTIONS", "PUT", "PATCH", "DELETE")


418
419
420
# File 'sig/types.rbs', line 418

def http_method
  @http_method
end

#invocation_endpoint::String

Returns the value of attribute invocation_endpoint.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def invocation_endpoint
  @invocation_endpoint
end

#invocation_rate_limit_per_second::Integer

Returns the value of attribute invocation_rate_limit_per_second.

Returns:

  • (::Integer)


419
420
421
# File 'sig/types.rbs', line 419

def invocation_rate_limit_per_second
  @invocation_rate_limit_per_second
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


421
422
423
# File 'sig/types.rbs', line 421

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def name
  @name
end