Class: Aws::Types::PartnerEventSourceAccount
- Inherits:
-
Object
- Object
- Aws::Types::PartnerEventSourceAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
744 745 746 |
# File 'sig/types.rbs', line 744 def account @account end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
745 746 747 |
# File 'sig/types.rbs', line 745 def creation_time @creation_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
746 747 748 |
# File 'sig/types.rbs', line 746 def expiration_time @expiration_time end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
747 748 749 |
# File 'sig/types.rbs', line 747 def state @state end |