Class: Aws::ServiceQuotas::Types::ServiceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::ServiceInfo
- Defined in:
- gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb
Overview
Information about a service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_code ⇒ String
The service identifier.
-
#service_name ⇒ String
The service name.
Instance Attribute Details
#service_code ⇒ String
The service identifier.
1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1026 class ServiceInfo < Struct.new( :service_code, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The service name.
1026 1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1026 class ServiceInfo < Struct.new( :service_code, :service_name) SENSITIVE = [] include Aws::Structure end |