Class: Aws::EC2::Types::DescribeVerifiedAccessInstanceLoggingConfigurationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVerifiedAccessInstanceLoggingConfigurationsResult
- Defined in:
- gems/aws-sdk-ec2/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.
28909 28910 28911 28912 28913 28914 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28909 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.
28909 28910 28911 28912 28913 28914 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28909 class DescribeVerifiedAccessInstanceLoggingConfigurationsResult < Struct.new( :logging_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |