Class: Aws::Types::ListResourcesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def next_token
  @next_token
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def service_function_id
  @service_function_id
end

#service_resources::Array[Types::ServiceResource]

Returns the value of attribute service_resources.

Returns:



740
741
742
# File 'sig/types.rbs', line 740

def service_resources
  @service_resources
end