Class: Aws::Types::ReplacePermissionAssociationsWork
- Inherits:
-
Object
- Object
- Aws::Types::ReplacePermissionAssociationsWork
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#from_permission_arn ⇒ ::String
Returns the value of attribute from_permission_arn.
-
#from_permission_version ⇒ ::String
Returns the value of attribute from_permission_version.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#to_permission_arn ⇒ ::String
Returns the value of attribute to_permission_arn.
-
#to_permission_version ⇒ ::String
Returns the value of attribute to_permission_version.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
564 565 566 |
# File 'sig/types.rbs', line 564 def creation_time @creation_time end |
#from_permission_arn ⇒ ::String
Returns the value of attribute from_permission_arn.
558 559 560 |
# File 'sig/types.rbs', line 558 def end |
#from_permission_version ⇒ ::String
Returns the value of attribute from_permission_version.
559 560 561 |
# File 'sig/types.rbs', line 559 def end |
#id ⇒ ::String
Returns the value of attribute id.
557 558 559 |
# File 'sig/types.rbs', line 557 def id @id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
565 566 567 |
# File 'sig/types.rbs', line 565 def last_updated_time @last_updated_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
562 563 564 |
# File 'sig/types.rbs', line 562 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
563 564 565 |
# File 'sig/types.rbs', line 563 def end |
#to_permission_arn ⇒ ::String
Returns the value of attribute to_permission_arn.
560 561 562 |
# File 'sig/types.rbs', line 560 def end |
#to_permission_version ⇒ ::String
Returns the value of attribute to_permission_version.
561 562 563 |
# File 'sig/types.rbs', line 561 def end |