Class: Aws::ServiceQuotas::Types::GetAWSDefaultServiceQuotaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::GetAWSDefaultServiceQuotaResponse
- 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.
163 164 165 166 167 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 163 class GetAWSDefaultServiceQuotaResponse < Struct.new( :quota) SENSITIVE = [] include Aws::Structure end |