Class: Aws::Types::ListInfrastructureConfigurationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def request_id
  @request_id
end