Class: Aws::Types::DescribeVpcBlockPublicAccessExclusionsRequest

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)


7962
7963
7964
# File 'sig/types.rbs', line 7962

def dry_run
  @dry_run
end

#exclusion_ids::Array[::String]

Returns the value of attribute exclusion_ids.

Returns:

  • (::Array[::String])


7964
7965
7966
# File 'sig/types.rbs', line 7964

def exclusion_ids
  @exclusion_ids
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7963
7964
7965
# File 'sig/types.rbs', line 7963

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7966
7967
7968
# File 'sig/types.rbs', line 7966

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7965
7966
7967
# File 'sig/types.rbs', line 7965

def next_token
  @next_token
end