Class: Aws::Inspector2::Types::FreeTrialInfo

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

Overview

An object that contains information about the Amazon Inspector free trial for an account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endTime

The date and time that the Amazon Inspector free trail ends for a given account.

Returns:



3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3762

class FreeTrialInfo < Struct.new(
  :end,
  :start,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#startTime

The date and time that the Amazon Inspector free trail started for a given account.

Returns:



3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3762

class FreeTrialInfo < Struct.new(
  :end,
  :start,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The order to sort results by.

Returns:

  • (String)


3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3762

class FreeTrialInfo < Struct.new(
  :end,
  :start,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of scan covered by the Amazon Inspector free trail.

Returns:

  • (String)


3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3762

class FreeTrialInfo < Struct.new(
  :end,
  :start,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end