Class: Aws::Types::GetDomainNameAccessAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainNameAccessAssociationsRequest
- 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.
691 692 693 |
# File 'sig/types.rbs', line 691 def limit @limit end |
#position ⇒ ::String
Returns the value of attribute position.
690 691 692 |
# File 'sig/types.rbs', line 690 def position @position end |
#resource_owner ⇒ "SELF", "OTHER_ACCOUNTS"
Returns the value of attribute resource_owner.
692 693 694 |
# File 'sig/types.rbs', line 692 def resource_owner @resource_owner end |