Class: Aws::Types::ListInfrastructureConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInfrastructureConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#infrastructure_configuration_summary_list ⇒ ::Array[Types::InfrastructureConfigurationSummary]
Returns the value of attribute infrastructure_configuration_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#infrastructure_configuration_summary_list ⇒ ::Array[Types::InfrastructureConfigurationSummary]
Returns the value of attribute infrastructure_configuration_summary_list.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def infrastructure_configuration_summary_list @infrastructure_configuration_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def request_id @request_id end |