Class: Aws::EC2::Types::GetVpcResourcesBlockingEncryptionEnforcementResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to include in another request to get the next page of items. This value is ‘null` when there are no more items to return.

Returns:

  • (String)


46644
46645
46646
46647
46648
46649
# File 'lib/aws-sdk-ec2/types.rb', line 46644

class GetVpcResourcesBlockingEncryptionEnforcementResult < Struct.new(
  :non_compliant_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#non_compliant_resourcesArray<Types::VpcEncryptionNonCompliantResource>

Information about resources that are blocking encryption enforcement.



46644
46645
46646
46647
46648
46649
# File 'lib/aws-sdk-ec2/types.rb', line 46644

class GetVpcResourcesBlockingEncryptionEnforcementResult < Struct.new(
  :non_compliant_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end