Class: Aws::APIGateway::Types::DomainNames

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

Represents a collection of DomainName resources.

<div class=“seeAlso” markdown=“1”>

Use Client-Side Certificate][1

</div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::DomainName>

The current page of elements from this collection.

Returns:



2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-apigateway/types.rb', line 2728

class DomainNames < Struct.new(
  :position,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

Returns:

  • (String)


2728
2729
2730
2731
2732
2733
# File 'lib/aws-sdk-apigateway/types.rb', line 2728

class DomainNames < Struct.new(
  :position,
  :items)
  SENSITIVE = []
  include Aws::Structure
end