Module: Aws::ServiceCatalog::Client::_DescribeRecordResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRecordOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_page_token ⇒ ::String
- #record_detail ⇒ Types::RecordDetail
- #record_outputs ⇒ ::Array[Types::RecordOutput]
Instance Method Details
#next_page_token ⇒ ::String
649 |
# File 'sig/client.rbs', line 649
def next_page_token: () -> ::String
|
#record_detail ⇒ Types::RecordDetail
647 |
# File 'sig/client.rbs', line 647
def record_detail: () -> Types::RecordDetail
|
#record_outputs ⇒ ::Array[Types::RecordOutput]
648 |
# File 'sig/client.rbs', line 648
def record_outputs: () -> ::Array[Types::RecordOutput]
|