Class: Aws::Types::FreeTrialInfo
- Inherits:
-
Object
- Object
- Aws::Types::FreeTrialInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_provider ⇒ "AWS", ...
Returns the value of attribute cloud_provider.
-
#end ⇒ ::Time
Returns the value of attribute end.
-
#start ⇒ ::Time
Returns the value of attribute start.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#type ⇒ "EC2", ...
Returns the value of attribute type.
Instance Attribute Details
#cloud_provider ⇒ "AWS", ...
Returns the value of attribute cloud_provider.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def cloud_provider @cloud_provider end |
#end ⇒ ::Time
Returns the value of attribute end.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def end @end end |
#start ⇒ ::Time
Returns the value of attribute start.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def start @start end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def status @status end |
#type ⇒ "EC2", ...
Returns the value of attribute type.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def type @type end |