Class: Aws::Types::ModifyIpamPrefixListResolverRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14256
14257
14258
# File 'sig/types.rbs', line 14256

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14254
14255
14256
# File 'sig/types.rbs', line 14254

def dry_run
  @dry_run
end

#ipam_prefix_list_resolver_id::String

Returns the value of attribute ipam_prefix_list_resolver_id.

Returns:

  • (::String)


14255
14256
14257
# File 'sig/types.rbs', line 14255

def ipam_prefix_list_resolver_id
  @ipam_prefix_list_resolver_id
end

#rules::Array[Types::IpamPrefixListResolverRuleRequest]

Returns the value of attribute rules.



14257
14258
14259
# File 'sig/types.rbs', line 14257

def rules
  @rules
end