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)


12854
12855
12856
# File 'sig/types.rbs', line 12854

def asn
  @asn
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


12858
12859
12860
# File 'sig/types.rbs', line 12858

def expiration
  @expiration
end

#matchBoolean

Returns the value of attribute match.

Returns:

  • (Boolean)


12857
12858
12859
# File 'sig/types.rbs', line 12857

def match
  @match
end

#max_length::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


12856
12857
12858
# File 'sig/types.rbs', line 12856

def max_length
  @max_length
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


12855
12856
12857
# File 'sig/types.rbs', line 12855

def prefix
  @prefix
end