Class: Aws::EC2::Types::EncryptionSupport

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

Overview

Describes the encryption support status for a transit gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_stateString

The current encryption state of the resource.

Returns:

  • (String)


39527
39528
39529
39530
39531
39532
# File 'lib/aws-sdk-ec2/types.rb', line 39527

class EncryptionSupport < Struct.new(
  :encryption_state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

A message describing the encryption state.

Returns:

  • (String)


39527
39528
39529
39530
39531
39532
# File 'lib/aws-sdk-ec2/types.rb', line 39527

class EncryptionSupport < Struct.new(
  :encryption_state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end