Class: Aws::NimbleStudio::Types::Eula
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::Eula
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Represents a EULA resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The EULA content.
-
#created_at ⇒ Time
The ISO timestamp in seconds for when the resource was created.
-
#eula_id ⇒ String
The EULA ID.
-
#name ⇒ String
The name for the EULA.
-
#updated_at ⇒ Time
The ISO timestamp in seconds for when the resource was updated.
Instance Attribute Details
#content ⇒ String
The EULA content.
864 865 866 867 868 869 870 871 872 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 864 class Eula < Struct.new( :content, :created_at, :eula_id, :name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The ISO timestamp in seconds for when the resource was created.
864 865 866 867 868 869 870 871 872 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 864 class Eula < Struct.new( :content, :created_at, :eula_id, :name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#eula_id ⇒ String
The EULA ID.
864 865 866 867 868 869 870 871 872 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 864 class Eula < Struct.new( :content, :created_at, :eula_id, :name, :updated_at) SENSITIVE = [] include Aws::Structure end |