Class: Aws::Types::GetDomainNamesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainNamesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#position ⇒ ::String
Returns the value of attribute position.
-
#resource_owner ⇒ "SELF", "OTHER_ACCOUNTS"
Returns the value of attribute resource_owner.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
704 705 706 |
# File 'sig/types.rbs', line 704 def limit @limit end |
#position ⇒ ::String
Returns the value of attribute position.
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.
705 706 707 |
# File 'sig/types.rbs', line 705 def resource_owner @resource_owner end |