Class: Aws::APIGateway::Types::GetDomainNameAccessAssociationsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Returns:

  • (Integer)


2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-apigateway/types.rb', line 2633

class GetDomainNameAccessAssociationsRequest < Struct.new(
  :position,
  :limit,
  :resource_owner)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

The current pagination position in the paged result set.

Returns:

  • (String)


2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-apigateway/types.rb', line 2633

class GetDomainNameAccessAssociationsRequest < Struct.new(
  :position,
  :limit,
  :resource_owner)
  SENSITIVE = []
  include Aws::Structure
end

#resource_ownerString

The owner of the domain name access association. Use ‘SELF` to only list the domain name access associations owned by your own account. Use `OTHER_ACCOUNTS` to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.

Returns:

  • (String)


2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-apigateway/types.rb', line 2633

class GetDomainNameAccessAssociationsRequest < Struct.new(
  :position,
  :limit,
  :resource_owner)
  SENSITIVE = []
  include Aws::Structure
end