Class: Aws::Types::DescribeVpcEncryptionControlsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


7739
7740
7741
# File 'sig/types.rbs', line 7739

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7740
7741
7742
# File 'sig/types.rbs', line 7740

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7744
7745
7746
# File 'sig/types.rbs', line 7744

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7743
7744
7745
# File 'sig/types.rbs', line 7743

def next_token
  @next_token
end

#vpc_encryption_control_ids::Array[::String]

Returns the value of attribute vpc_encryption_control_ids.

Returns:

  • (::Array[::String])


7741
7742
7743
# File 'sig/types.rbs', line 7741

def vpc_encryption_control_ids
  @vpc_encryption_control_ids
end

#vpc_ids::Array[::String]

Returns the value of attribute vpc_ids.

Returns:

  • (::Array[::String])


7742
7743
7744
# File 'sig/types.rbs', line 7742

def vpc_ids
  @vpc_ids
end