Module: Aws::Lightsail::Client::_GetCloudFormationStackRecordsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCloudFormationStackRecordsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cloud_formation_stack_records ⇒ ::Array[Types::CloudFormationStackRecord]
- #next_page_token ⇒ ::String
Instance Method Details
#cloud_formation_stack_records ⇒ ::Array[Types::CloudFormationStackRecord]
1098 |
# File 'sig/client.rbs', line 1098
def cloud_formation_stack_records: () -> ::Array[Types::CloudFormationStackRecord]
|
#next_page_token ⇒ ::String
1099 |
# File 'sig/client.rbs', line 1099
def next_page_token: () -> ::String
|