Class: Aws::Types::IpamRouteOriginAuthorization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asn::String

Returns the value of attribute asn.

Returns:

  • (::String)


12848
12849
12850
# File 'sig/types.rbs', line 12848

def asn
  @asn
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


12852
12853
12854
# File 'sig/types.rbs', line 12852

def expiration
  @expiration
end

#matchBoolean

Returns the value of attribute match.

Returns:

  • (Boolean)


12851
12852
12853
# File 'sig/types.rbs', line 12851

def match
  @match
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


12850
12851
12852
# File 'sig/types.rbs', line 12850

def max_length
  @max_length
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


12849
12850
12851
# File 'sig/types.rbs', line 12849

def prefix
  @prefix
end