Module: Aws::KinesisAnalyticsV2::Client::_AddApplicationOutputResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AddApplicationOutputResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_arn ⇒ ::String
- #application_version_id ⇒ ::Integer
- #output_descriptions ⇒ ::Array[Types::OutputDescription]
Instance Method Details
#application_arn ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def application_arn: () -> ::String
|
#application_version_id ⇒ ::Integer
137 |
# File 'sig/client.rbs', line 137
def application_version_id: () -> ::Integer
|
#output_descriptions ⇒ ::Array[Types::OutputDescription]
138 |
# File 'sig/client.rbs', line 138
def output_descriptions: () -> ::Array[Types::OutputDescription]
|