Class: Aws::Types::GetExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_type ⇒ "ALEXA_SKILLS_KIT", "LEX"
Returns the value of attribute export_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_type ⇒ "BOT", ...
Returns the value of attribute resource_type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#export_type ⇒ "ALEXA_SKILLS_KIT", "LEX"
Returns the value of attribute export_type.
406 407 408 |
# File 'sig/types.rbs', line 406 def export_type @export_type end |
#name ⇒ ::String
Returns the value of attribute name.
403 404 405 |
# File 'sig/types.rbs', line 403 def name @name end |
#resource_type ⇒ "BOT", ...
Returns the value of attribute resource_type.
405 406 407 |
# File 'sig/types.rbs', line 405 def resource_type @resource_type end |
#version ⇒ ::String
Returns the value of attribute version.
404 405 406 |
# File 'sig/types.rbs', line 404 def version @version end |