Class: Aws::ServiceQuotas::Types::ServiceInfo

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

Overview

Information about an Amazon Web Service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_codeString

Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

Returns:

  • (String)


1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1121

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

#service_nameString

Specifies the service name.

Returns:

  • (String)


1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1121

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