Class: Aws::Types::GetDomainNamesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


704
705
706
# File 'sig/types.rbs', line 704

def limit
  @limit
end

#position::String

Returns the value of attribute position.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def position
  @position
end

#resource_owner"SELF", "OTHER_ACCOUNTS"

Returns the value of attribute resource_owner.

Returns:

  • ("SELF", "OTHER_ACCOUNTS")


705
706
707
# File 'sig/types.rbs', line 705

def resource_owner
  @resource_owner
end