Class: Aws::Lightsail::Types::GetOperationsForResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Note:

When making an API call, you may pass GetOperationsForResourceRequest data as a hash:

{
  resource_name: "ResourceName", # required
  page_token: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#page_tokenString

A token used for advancing to the next page of results from your get operations for resource request.

Returns:

  • (String)


3987
3988
3989
3990
3991
# File 'lib/aws-sdk-lightsail/types.rb', line 3987

class GetOperationsForResourceRequest < Struct.new(
  :resource_name,
  :page_token)
  include Aws::Structure
end

#resource_nameString

The name of the resource for which you are requesting information.

Returns:

  • (String)


3987
3988
3989
3990
3991
# File 'lib/aws-sdk-lightsail/types.rb', line 3987

class GetOperationsForResourceRequest < Struct.new(
  :resource_name,
  :page_token)
  include Aws::Structure
end