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


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

def asns
  @asns
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


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

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12900
12901
12902
# File 'sig/types.rbs', line 12900

def description
  @description
end

#latest_delta_id::String

Returns the value of attribute latest_delta_id.

Returns:

  • (::String)


12901
12902
12903
# File 'sig/types.rbs', line 12901

def latest_delta_id
  @latest_delta_id
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


12899
12900
12901
# File 'sig/types.rbs', line 12899

def max_length
  @max_length
end

#permit_more_specific_announcementsBoolean

Returns the value of attribute permit_more_specific_announcements.

Returns:

  • (Boolean)


12898
12899
12900
# File 'sig/types.rbs', line 12898

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


12902
12903
12904
# File 'sig/types.rbs', line 12902

def state
  @state
end