Class: Aws::Types::Invitation
- Inherits:
-
Object
- Object
- Aws::Types::Invitation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
-
#network_summary ⇒ Types::NetworkSummary
Returns the value of attribute network_summary.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
217 218 219 |
# File 'sig/types.rbs', line 217 def creation_date @creation_date end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
218 219 220 |
# File 'sig/types.rbs', line 218 def expiration_date @expiration_date end |
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
216 217 218 |
# File 'sig/types.rbs', line 216 def invitation_id @invitation_id end |
#network_summary ⇒ Types::NetworkSummary
Returns the value of attribute network_summary.
220 221 222 |
# File 'sig/types.rbs', line 220 def network_summary @network_summary end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
219 220 221 |
# File 'sig/types.rbs', line 219 def status @status end |