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)


762
763
764
# File 'sig/types.rbs', line 762

def next_token
  @next_token
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def service_function_id
  @service_function_id
end

#service_resources::Array[Types::ServiceResource]

Returns the value of attribute service_resources.

Returns:



761
762
763
# File 'sig/types.rbs', line 761

def service_resources
  @service_resources
end