Class: Aws::Types::DescribeVpcEncryptionControlsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7750
7751
7752
# File 'sig/types.rbs', line 7750

def next_token
  @next_token
end

#vpc_encryption_controls::Array[Types::VpcEncryptionControl]

Returns the value of attribute vpc_encryption_controls.

Returns:



7749
7750
7751
# File 'sig/types.rbs', line 7749

def vpc_encryption_controls
  @vpc_encryption_controls
end