Class: Aws::Types::GetSdkRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSdkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#sdk_type ⇒ ::String
Returns the value of attribute sdk_type.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
824 825 826 |
# File 'sig/types.rbs', line 824 def parameters @parameters end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
821 822 823 |
# File 'sig/types.rbs', line 821 def rest_api_id @rest_api_id end |
#sdk_type ⇒ ::String
Returns the value of attribute sdk_type.
823 824 825 |
# File 'sig/types.rbs', line 823 def sdk_type @sdk_type end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
822 823 824 |
# File 'sig/types.rbs', line 822 def stage_name @stage_name end |