Class: Aws::Pricing::Types::Service

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

Overview

The metadata for a service, such as the service code and available attribute names.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_namesArray<String>

The attributes that are available for this service.

Returns:

  • (Array<String>)


285
286
287
288
289
# File 'lib/aws-sdk-pricing/types.rb', line 285

class Service < Struct.new(
  :service_code,
  :attribute_names)
  include Aws::Structure
end

#service_codeString

The code for the AWS service.

Returns:

  • (String)


285
286
287
288
289
# File 'lib/aws-sdk-pricing/types.rb', line 285

class Service < Struct.new(
  :service_code,
  :attribute_names)
  include Aws::Structure
end