Class: Aws::Types::IpamRouteOriginAuthorization
- Inherits:
-
Object
- Object
- Aws::Types::IpamRouteOriginAuthorization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#expiration ⇒ ::Time
Returns the value of attribute expiration.
-
#match ⇒ Boolean
Returns the value of attribute match.
-
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#asn ⇒ ::String
Returns the value of attribute asn.
12854 12855 12856 |
# File 'sig/types.rbs', line 12854 def asn @asn end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
12858 12859 12860 |
# File 'sig/types.rbs', line 12858 def expiration @expiration end |
#match ⇒ Boolean
Returns the value of attribute match.
12857 12858 12859 |
# File 'sig/types.rbs', line 12857 def match @match end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
12856 12857 12858 |
# File 'sig/types.rbs', line 12856 def max_length @max_length end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
12855 12856 12857 |
# File 'sig/types.rbs', line 12855 def prefix @prefix end |