Class: Aws::NimbleStudio::Types::GetEulaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetEulaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#eula ⇒ Types::Eula
The EULA.
Instance Attribute Details
#eula ⇒ Types::Eula
The EULA.
927 928 929 930 931 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 927 class GetEulaResponse < Struct.new( :eula) SENSITIVE = [] include Aws::Structure end |