Class: Aws::EC2::Types::DescribeVerifiedAccessInstanceLoggingConfigurationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVerifiedAccessInstanceLoggingConfigurationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_configurations ⇒ Array<Types::VerifiedAccessInstanceLoggingConfiguration>
The logging configuration for the Verified Access instances.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#logging_configurations ⇒ Array<Types::VerifiedAccessInstanceLoggingConfiguration>
The logging configuration for the Verified Access instances.
28756 28757 28758 28759 28760 28761 |
# File 'lib/aws-sdk-ec2/types.rb', line 28756 class DescribeVerifiedAccessInstanceLoggingConfigurationsResult < Struct.new( :logging_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
28756 28757 28758 28759 28760 28761 |
# File 'lib/aws-sdk-ec2/types.rb', line 28756 class DescribeVerifiedAccessInstanceLoggingConfigurationsResult < Struct.new( :logging_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |