Class: Aws::Types::ModifyIpamRoutingPolicyRegistrationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asns::Array[::String]

Returns the value of attribute asns.

Returns:

  • (::Array[::String])


14327
14328
14329
# File 'sig/types.rbs', line 14327

def asns
  @asns
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


14326
14327
14328
# File 'sig/types.rbs', line 14326

def cidr
  @cidr
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14332
14333
14334
# File 'sig/types.rbs', line 14332

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14330
14331
14332
# File 'sig/types.rbs', line 14330

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14324
14325
14326
# File 'sig/types.rbs', line 14324

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


14331
14332
14333
# File 'sig/types.rbs', line 14331

def force
  @force
end

#ipam_internet_registry_association_id::String

Returns the value of attribute ipam_internet_registry_association_id.

Returns:

  • (::String)


14325
14326
14327
# File 'sig/types.rbs', line 14325

def ipam_internet_registry_association_id
  @ipam_internet_registry_association_id
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


14329
14330
14331
# File 'sig/types.rbs', line 14329

def max_length
  @max_length
end

#permit_more_specific_announcementsBoolean

Returns the value of attribute permit_more_specific_announcements.

Returns:

  • (Boolean)


14328
14329
14330
# File 'sig/types.rbs', line 14328

def permit_more_specific_announcements
  @permit_more_specific_announcements
end