Class: Aws::Types::DescribeSecondarySubnetsRequest

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)


7194
7195
7196
# File 'sig/types.rbs', line 7194

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7195
7196
7197
# File 'sig/types.rbs', line 7195

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7196
7197
7198
# File 'sig/types.rbs', line 7196

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7197
7198
7199
# File 'sig/types.rbs', line 7197

def next_token
  @next_token
end

#secondary_subnet_ids::Array[::String]

Returns the value of attribute secondary_subnet_ids.

Returns:

  • (::Array[::String])


7198
7199
7200
# File 'sig/types.rbs', line 7198

def secondary_subnet_ids
  @secondary_subnet_ids
end