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)


14250
14251
14252
# File 'sig/types.rbs', line 14250

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14248
14249
14250
# File 'sig/types.rbs', line 14248

def dry_run
  @dry_run
end

#ipam_prefix_list_resolver_id::String

Returns the value of attribute ipam_prefix_list_resolver_id.

Returns:

  • (::String)


14249
14250
14251
# File 'sig/types.rbs', line 14249

def ipam_prefix_list_resolver_id
  @ipam_prefix_list_resolver_id
end

#rules::Array[Types::IpamPrefixListResolverRuleRequest]

Returns the value of attribute rules.



14251
14252
14253
# File 'sig/types.rbs', line 14251

def rules
  @rules
end