Class: Aws::Types::ExportApiRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExportApiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#export_version ⇒ ::String
Returns the value of attribute export_version.
-
#include_extensions ⇒ Boolean
Returns the value of attribute include_extensions.
-
#output_type ⇒ ::String
Returns the value of attribute output_type.
-
#specification ⇒ ::String
Returns the value of attribute specification.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def api_id @api_id end |
#export_version ⇒ ::String
Returns the value of attribute export_version.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def export_version @export_version end |
#include_extensions ⇒ Boolean
Returns the value of attribute include_extensions.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def include_extensions @include_extensions end |
#output_type ⇒ ::String
Returns the value of attribute output_type.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def output_type @output_type end |
#specification ⇒ ::String
Returns the value of attribute specification.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def specification @specification end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def stage_name @stage_name end |