Class: Aws::Types::CreateIpamRoutingPolicyRegistrationRequest

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])


2769
2770
2771
# File 'sig/types.rbs', line 2769

def asns
  @asns
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


2768
2769
2770
# File 'sig/types.rbs', line 2768

def cidr
  @cidr
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2774
2775
2776
# File 'sig/types.rbs', line 2774

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2772
2773
2774
# File 'sig/types.rbs', line 2772

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2766
2767
2768
# File 'sig/types.rbs', line 2766

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


2773
2774
2775
# File 'sig/types.rbs', line 2773

def force
  @force
end

#ipam_internet_registry_association_id::String

Returns the value of attribute ipam_internet_registry_association_id.

Returns:

  • (::String)


2767
2768
2769
# File 'sig/types.rbs', line 2767

def ipam_internet_registry_association_id
  @ipam_internet_registry_association_id
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


2771
2772
2773
# File 'sig/types.rbs', line 2771

def max_length
  @max_length
end

#permit_more_specific_announcementsBoolean

Returns the value of attribute permit_more_specific_announcements.

Returns:

  • (Boolean)


2770
2771
2772
# File 'sig/types.rbs', line 2770

def permit_more_specific_announcements
  @permit_more_specific_announcements
end