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.
898 899 900 |
# File 'sig/types.rbs', line 898 def account @account end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
899 900 901 |
# File 'sig/types.rbs', line 899 def creation_time @creation_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
900 901 902 |
# File 'sig/types.rbs', line 900 def expiration_time @expiration_time end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
901 902 903 |
# File 'sig/types.rbs', line 901 def state @state end |