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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_namesArray<String>

The attributes that are available for this service.

Returns:

  • (Array<String>)


517
518
519
520
521
522
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 517

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

#service_codeString

The code for the Amazon Web Services service.

Returns:

  • (String)


517
518
519
520
521
522
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 517

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