Class: Aws::Types::AssociatedSource
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
71 72 73 |
# File 'sig/types.rbs', line 71 def creation_time @creation_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
70 71 72 |
# File 'sig/types.rbs', line 70 def last_updated_time @last_updated_time end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def resource_share_arn @resource_share_arn end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def source_id @source_id end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
68 69 70 |
# File 'sig/types.rbs', line 68 def source_type @source_type end |
#status ⇒ ::String
Returns the value of attribute status.
69 70 71 |
# File 'sig/types.rbs', line 69 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
72 73 74 |
# File 'sig/types.rbs', line 72 def end |