Class: Aws::Inspector2::Types::FreeTrialInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FreeTrialInfo
- 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
-
#end ⇒ Time
The date and time that the Amazon Inspector free trail ends for a given account.
-
#start ⇒ Time
The date and time that the Amazon Inspector free trail started for a given account.
-
#status ⇒ String
The order to sort results by.
-
#type ⇒ String
The type of scan covered by the Amazon Inspector free trail.
Instance Attribute Details
#end ⇒ Time
The date and time that the Amazon Inspector free trail ends for a given account.
3847 3848 3849 3850 3851 3852 3853 3854 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3847 class FreeTrialInfo < Struct.new( :end, :start, :status, :type) SENSITIVE = [] include Aws::Structure end |
#start ⇒ Time
The date and time that the Amazon Inspector free trail started for a given account.
3847 3848 3849 3850 3851 3852 3853 3854 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3847 class FreeTrialInfo < Struct.new( :end, :start, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The order to sort results by.
3847 3848 3849 3850 3851 3852 3853 3854 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3847 class FreeTrialInfo < Struct.new( :end, :start, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of scan covered by the Amazon Inspector free trail.
3847 3848 3849 3850 3851 3852 3853 3854 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3847 class FreeTrialInfo < Struct.new( :end, :start, :status, :type) SENSITIVE = [] include Aws::Structure end |