Class: Aws::Types::GetExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetExportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
-
#export_type ⇒ "ALEXA_SKILLS_KIT", "LEX"
Returns the value of attribute export_type.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_type ⇒ "BOT", ...
Returns the value of attribute resource_type.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
415 416 417 |
# File 'sig/types.rbs', line 415 def export_status @export_status end |
#export_type ⇒ "ALEXA_SKILLS_KIT", "LEX"
Returns the value of attribute export_type.
414 415 416 |
# File 'sig/types.rbs', line 414 def export_type @export_type end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
416 417 418 |
# File 'sig/types.rbs', line 416 def failure_reason @failure_reason end |
#name ⇒ ::String
Returns the value of attribute name.
411 412 413 |
# File 'sig/types.rbs', line 411 def name @name end |
#resource_type ⇒ "BOT", ...
Returns the value of attribute resource_type.
413 414 415 |
# File 'sig/types.rbs', line 413 def resource_type @resource_type end |
#url ⇒ ::String
Returns the value of attribute url.
417 418 419 |
# File 'sig/types.rbs', line 417 def url @url end |
#version ⇒ ::String
Returns the value of attribute version.
412 413 414 |
# File 'sig/types.rbs', line 412 def version @version end |