Class: Aws::NimbleStudio::Types::EulaAcceptance
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::EulaAcceptance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
The acceptance of a EULA, required to use Amazon-provided streaming images.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accepted_at ⇒ Time
The ISO timestamp in seconds for when the EULA was accepted.
-
#accepted_by ⇒ String
The ID of the person who accepted the EULA.
-
#acceptee_id ⇒ String
The ID of the acceptee.
-
#eula_acceptance_id ⇒ String
The EULA acceptance ID.
-
#eula_id ⇒ String
The EULA ID.
Instance Attribute Details
#accepted_at ⇒ Time
The ISO timestamp in seconds for when the EULA was accepted.
899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 899 class EulaAcceptance < Struct.new( :accepted_at, :accepted_by, :acceptee_id, :eula_acceptance_id, :eula_id) SENSITIVE = [] include Aws::Structure end |
#accepted_by ⇒ String
The ID of the person who accepted the EULA.
899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 899 class EulaAcceptance < Struct.new( :accepted_at, :accepted_by, :acceptee_id, :eula_acceptance_id, :eula_id) SENSITIVE = [] include Aws::Structure end |
#acceptee_id ⇒ String
The ID of the acceptee.
899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 899 class EulaAcceptance < Struct.new( :accepted_at, :accepted_by, :acceptee_id, :eula_acceptance_id, :eula_id) SENSITIVE = [] include Aws::Structure end |
#eula_acceptance_id ⇒ String
The EULA acceptance ID.
899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 899 class EulaAcceptance < Struct.new( :accepted_at, :accepted_by, :acceptee_id, :eula_acceptance_id, :eula_id) SENSITIVE = [] include Aws::Structure end |
#eula_id ⇒ String
The EULA ID.
899 900 901 902 903 904 905 906 907 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 899 class EulaAcceptance < Struct.new( :accepted_at, :accepted_by, :acceptee_id, :eula_acceptance_id, :eula_id) SENSITIVE = [] include Aws::Structure end |