Class: Aws::Types::AwsApiGatewayRestApiDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_source::String

Returns the value of attribute api_key_source.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def api_key_source
  @api_key_source
end

#binary_media_types::Array[::String]

Returns the value of attribute binary_media_types.

Returns:

  • (::Array[::String])


432
433
434
# File 'sig/types.rbs', line 432

def binary_media_types
  @binary_media_types
end

#created_date::String

Returns the value of attribute created_date.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def description
  @description
end

#endpoint_configurationTypes::AwsApiGatewayEndpointConfiguration

Returns the value of attribute endpoint_configuration.



435
436
437
# File 'sig/types.rbs', line 435

def endpoint_configuration
  @endpoint_configuration
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def id
  @id
end

#minimum_compression_size::Integer

Returns the value of attribute minimum_compression_size.

Returns:

  • (::Integer)


433
434
435
# File 'sig/types.rbs', line 433

def minimum_compression_size
  @minimum_compression_size
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def name
  @name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def version
  @version
end