Class: Aws::Types::IpamRoutingPolicyRegistration

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


12891
12892
12893
# File 'sig/types.rbs', line 12891

def asns
  @asns
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


12890
12891
12892
# File 'sig/types.rbs', line 12890

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12894
12895
12896
# File 'sig/types.rbs', line 12894

def description
  @description
end

#latest_delta_id::String

Returns the value of attribute latest_delta_id.

Returns:

  • (::String)


12895
12896
12897
# File 'sig/types.rbs', line 12895

def latest_delta_id
  @latest_delta_id
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


12893
12894
12895
# File 'sig/types.rbs', line 12893

def max_length
  @max_length
end

#permit_more_specific_announcementsBoolean

Returns the value of attribute permit_more_specific_announcements.

Returns:

  • (Boolean)


12892
12893
12894
# File 'sig/types.rbs', line 12892

def permit_more_specific_announcements
  @permit_more_specific_announcements
end

#state"pending-activate", ...

Returns the value of attribute state.

Returns:

  • ("pending-activate", "activate-failed", "create-in-progress", "create-complete", "update-in-progress", "update-complete", "delete-in-progress", "delete-complete")


12896
12897
12898
# File 'sig/types.rbs', line 12896

def state
  @state
end