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)


13929
13930
13931
# File 'sig/types.rbs', line 13929

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13927
13928
13929
# File 'sig/types.rbs', line 13927

def dry_run
  @dry_run
end

#ipam_prefix_list_resolver_id::String

Returns the value of attribute ipam_prefix_list_resolver_id.

Returns:

  • (::String)


13928
13929
13930
# File 'sig/types.rbs', line 13928

def ipam_prefix_list_resolver_id
  @ipam_prefix_list_resolver_id
end

#rules::Array[Types::IpamPrefixListResolverRuleRequest]

Returns the value of attribute rules.



13930
13931
13932
# File 'sig/types.rbs', line 13930

def rules
  @rules
end