Class: Aws::Types::IdentifierParts
- Inherits:
-
Object
- Object
- Aws::Types::IdentifierParts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#method ⇒ ::String
Returns the value of attribute method.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#stage ⇒ ::String
Returns the value of attribute stage.
Instance Attribute Details
#method ⇒ ::String
Returns the value of attribute method.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def method @method end |
#path ⇒ ::String
Returns the value of attribute path.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def path @path end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def rest_api_id @rest_api_id end |
#stage ⇒ ::String
Returns the value of attribute stage.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def stage @stage end |