Class: Aws::NimbleStudio::Types::Eula

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

Represents a EULA resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The EULA content.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
# File 'gems/aws-sdk-nimblestudio/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_atTime

The ISO timestamp in seconds for when the resource was created.

Returns:

  • (Time)


864
865
866
867
868
869
870
871
872
# File 'gems/aws-sdk-nimblestudio/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_idString

The EULA ID.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
# File 'gems/aws-sdk-nimblestudio/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

#nameString

The name for the EULA.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
# File 'gems/aws-sdk-nimblestudio/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

#updated_atTime

The ISO timestamp in seconds for when the resource was updated.

Returns:

  • (Time)


864
865
866
867
868
869
870
871
872
# File 'gems/aws-sdk-nimblestudio/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