Class: Aws::FreeTier::Types::GetAccountActivityRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activity_idString

A unique identifier that identifies the activity.

Returns:

  • (String)


256
257
258
259
260
261
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 256

class GetAccountActivityRequest < Struct.new(
  :activity_id,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

The language code used to return translated title and description fields.

Returns:

  • (String)


256
257
258
259
260
261
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 256

class GetAccountActivityRequest < Struct.new(
  :activity_id,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end