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.
12848 12849 12850 |
# File 'sig/types.rbs', line 12848 def asn @asn end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
12852 12853 12854 |
# File 'sig/types.rbs', line 12852 def expiration @expiration end |
#match ⇒ Boolean
Returns the value of attribute match.
12851 12852 12853 |
# File 'sig/types.rbs', line 12851 def match @match end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
12850 12851 12852 |
# File 'sig/types.rbs', line 12850 def max_length @max_length end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
12849 12850 12851 |
# File 'sig/types.rbs', line 12849 def prefix @prefix end |