Class: Aws::FreeTier::Types::GetAccountActivityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FreeTier::Types::GetAccountActivityRequest
- Defined in:
- gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activity_id ⇒ String
A unique identifier that identifies the activity.
-
#language_code ⇒ String
The language code used to return translated title and description fields.
Instance Attribute Details
#activity_id ⇒ String
A unique identifier that identifies the activity.
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_code ⇒ String
The language code used to return translated title and description fields.
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 |