Class: Aws::Types::GetExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepts ⇒ ::String
Returns the value of attribute accepts.
-
#export_type ⇒ ::String
Returns the value of attribute export_type.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#accepts ⇒ ::String
Returns the value of attribute accepts.
714 715 716 |
# File 'sig/types.rbs', line 714 def accepts @accepts end |
#export_type ⇒ ::String
Returns the value of attribute export_type.
712 713 714 |
# File 'sig/types.rbs', line 712 def export_type @export_type end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
713 714 715 |
# File 'sig/types.rbs', line 713 def parameters @parameters end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
710 711 712 |
# File 'sig/types.rbs', line 710 def rest_api_id @rest_api_id end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
711 712 713 |
# File 'sig/types.rbs', line 711 def stage_name @stage_name end |