Class: Aws::Types::AwsApiGatewayV2ApiDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_endpoint::String

Returns the value of attribute api_endpoint.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def api_endpoint
  @api_endpoint
end

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def api_id
  @api_id
end

#api_key_selection_expression::String

Returns the value of attribute api_key_selection_expression.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def api_key_selection_expression
  @api_key_selection_expression
end

#cors_configurationTypes::AwsCorsConfiguration

Returns the value of attribute cors_configuration.



469
470
471
# File 'sig/types.rbs', line 469

def cors_configuration
  @cors_configuration
end

#created_date::String

Returns the value of attribute created_date.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def name
  @name
end

#protocol_type::String

Returns the value of attribute protocol_type.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def protocol_type
  @protocol_type
end

#route_selection_expression::String

Returns the value of attribute route_selection_expression.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def route_selection_expression
  @route_selection_expression
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def version
  @version
end