Class: Aws::EC2::Types::VpcEncryptionControl

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

#modeString

Returns:

  • (String)


73851
73852
73853
73854
73855
73856
73857
73858
73859
73860
73861
# File 'lib/aws-sdk-ec2/types.rb', line 73851

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_exclusionsTypes::VpcEncryptionControlExclusions



73851
73852
73853
73854
73855
73856
73857
73858
73859
73860
73861
# File 'lib/aws-sdk-ec2/types.rb', line 73851

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Returns:

  • (String)


73851
73852
73853
73854
73855
73856
73857
73858
73859
73860
73861
# File 'lib/aws-sdk-ec2/types.rb', line 73851

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

Returns:

  • (String)


73851
73852
73853
73854
73855
73856
73857
73858
73859
73860
73861
# File 'lib/aws-sdk-ec2/types.rb', line 73851

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Returns:



73851
73852
73853
73854
73855
73856
73857
73858
73859
73860
73861
# File 'lib/aws-sdk-ec2/types.rb', line 73851

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_encryption_control_idString

Returns:

  • (String)


73851
73852
73853
73854
73855
73856
73857
73858
73859
73860
73861
# File 'lib/aws-sdk-ec2/types.rb', line 73851

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

Returns:

  • (String)


73851
73852
73853
73854
73855
73856
73857
73858
73859
73860
73861
# File 'lib/aws-sdk-ec2/types.rb', line 73851

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end