Class: Aws::ServiceQuotas::Types::GetServiceQuotaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::GetServiceQuotaResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quota ⇒ Types::ServiceQuota
Information about the quota.
Instance Attribute Details
#quota ⇒ Types::ServiceQuota
Information about the quota.
284 285 286 287 288 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 284 class GetServiceQuotaResponse < Struct.new( :quota) SENSITIVE = [] include Aws::Structure end |