Class: Aws::Types::GetBasePathMappingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBasePathMappingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#position ⇒ ::String
Returns the value of attribute position.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
627 628 629 |
# File 'sig/types.rbs', line 627 def domain_name @domain_name end |
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
628 629 630 |
# File 'sig/types.rbs', line 628 def domain_name_id @domain_name_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
630 631 632 |
# File 'sig/types.rbs', line 630 def limit @limit end |
#position ⇒ ::String
Returns the value of attribute position.
629 630 631 |
# File 'sig/types.rbs', line 629 def position @position end |