Module: Aws::IoT::Client::_CreatePackageVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePackageVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attributes ⇒ ::Hash[::String, ::String]
- #description ⇒ ::String
- #error_reason ⇒ ::String
- #package_name ⇒ ::String
- #package_version_arn ⇒ ::String
- #status ⇒ "DRAFT", ...
- #version_name ⇒ ::String
Instance Method Details
#attributes ⇒ ::Hash[::String, ::String]
796 |
# File 'sig/client.rbs', line 796
def attributes: () -> ::Hash[::String, ::String]
|
#description ⇒ ::String
795 |
# File 'sig/client.rbs', line 795
def description: () -> ::String
|
#error_reason ⇒ ::String
798 |
# File 'sig/client.rbs', line 798
def error_reason: () -> ::String
|
#package_name ⇒ ::String
793 |
# File 'sig/client.rbs', line 793
def package_name: () -> ::String
|
#package_version_arn ⇒ ::String
792 |
# File 'sig/client.rbs', line 792
def package_version_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
797 |
# File 'sig/client.rbs', line 797
def status: () -> ("DRAFT" | "PUBLISHED" | "DEPRECATED")
|
#version_name ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def version_name: () -> ::String
|