Class: Aws::Types::GetIpamResourceCidrsRequest

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)


10179
10180
10181
# File 'sig/types.rbs', line 10179

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



10180
10181
10182
# File 'sig/types.rbs', line 10180

def filters
  @filters
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


10184
10185
10186
# File 'sig/types.rbs', line 10184

def ipam_pool_id
  @ipam_pool_id
end

#ipam_scope_id::String

Returns the value of attribute ipam_scope_id.

Returns:

  • (::String)


10183
10184
10185
# File 'sig/types.rbs', line 10183

def ipam_scope_id
  @ipam_scope_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10181
10182
10183
# File 'sig/types.rbs', line 10181

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10182
10183
10184
# File 'sig/types.rbs', line 10182

def next_token
  @next_token
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


10185
10186
10187
# File 'sig/types.rbs', line 10185

def resource_id
  @resource_id
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


10188
10189
10190
# File 'sig/types.rbs', line 10188

def resource_owner
  @resource_owner
end

#resource_tagTypes::RequestIpamResourceTag

Returns the value of attribute resource_tag.



10187
10188
10189
# File 'sig/types.rbs', line 10187

def resource_tag
  @resource_tag
end

#resource_type"vpc", ...

Returns the value of attribute resource_type.

Returns:

  • ("vpc", "subnet", "eip", "public-ipv4-pool", "ipv6-pool", "eni", "anycast-ip-list")


10186
10187
10188
# File 'sig/types.rbs', line 10186

def resource_type
  @resource_type
end