Module: Aws::IoTManagedIntegrations::Client::_GetSchemaVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSchemaVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #namespace ⇒ ::String
- #schema ⇒ Object
- #schema_id ⇒ ::String
- #semantic_version ⇒ ::String
- #type ⇒ "capability", "definition"
- #visibility ⇒ "PUBLIC", "PRIVATE"
Instance Method Details
#description ⇒ ::String
744 |
# File 'sig/client.rbs', line 744
def description: () -> ::String
|
#namespace ⇒ ::String
745 |
# File 'sig/client.rbs', line 745
def namespace: () -> ::String
|
#schema ⇒ Object
748 |
# File 'sig/client.rbs', line 748
def schema: () -> untyped
|
#schema_id ⇒ ::String
742 |
# File 'sig/client.rbs', line 742
def schema_id: () -> ::String
|
#semantic_version ⇒ ::String
746 |
# File 'sig/client.rbs', line 746
def semantic_version: () -> ::String
|
#type ⇒ "capability", "definition"
743 |
# File 'sig/client.rbs', line 743
def type: () -> ("capability" | "definition")
|
#visibility ⇒ "PUBLIC", "PRIVATE"
747 |
# File 'sig/client.rbs', line 747
def visibility: () -> ("PUBLIC" | "PRIVATE")
|