Class: Aws::Types::ShareDetails
- Inherits:
-
Object
- Object
- Aws::Types::ShareDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#principal_subscriber ⇒ ::String
Returns the value of attribute principal_subscriber.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#share_id ⇒ ::String
Returns the value of attribute share_id.
-
#share_name ⇒ ::String
Returns the value of attribute share_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def creation_time @creation_time end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def owner_id @owner_id end |
#principal_subscriber ⇒ ::String
Returns the value of attribute principal_subscriber.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def principal_subscriber @principal_subscriber end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def resource_id @resource_id end |
#share_id ⇒ ::String
Returns the value of attribute share_id.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def share_id @share_id end |
#share_name ⇒ ::String
Returns the value of attribute share_name.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def share_name @share_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def update_time @update_time end |