Class: Aws::Types::ProvisionedBandwidth
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedBandwidth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provision_time ⇒ ::Time
Returns the value of attribute provision_time.
-
#provisioned ⇒ ::String
Returns the value of attribute provisioned.
-
#request_time ⇒ ::Time
Returns the value of attribute request_time.
-
#requested ⇒ ::String
Returns the value of attribute requested.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#provision_time ⇒ ::Time
Returns the value of attribute provision_time.
15681 15682 15683 |
# File 'sig/types.rbs', line 15681 def provision_time @provision_time end |
#provisioned ⇒ ::String
Returns the value of attribute provisioned.
15682 15683 15684 |
# File 'sig/types.rbs', line 15682 def provisioned @provisioned end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
15683 15684 15685 |
# File 'sig/types.rbs', line 15683 def request_time @request_time end |
#requested ⇒ ::String
Returns the value of attribute requested.
15684 15685 15686 |
# File 'sig/types.rbs', line 15684 def requested @requested end |
#status ⇒ ::String
Returns the value of attribute status.
15685 15686 15687 |
# File 'sig/types.rbs', line 15685 def status @status end |