Class: Aws::Types::Principal
- Inherits:
-
Object
- Object
- Aws::Types::Principal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#external ⇒ Boolean
Returns the value of attribute external.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
501 502 503 |
# File 'sig/types.rbs', line 501 def creation_time @creation_time end |
#external ⇒ Boolean
Returns the value of attribute external.
503 504 505 |
# File 'sig/types.rbs', line 503 def external @external end |
#id ⇒ ::String
Returns the value of attribute id.
499 500 501 |
# File 'sig/types.rbs', line 499 def id @id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
502 503 504 |
# File 'sig/types.rbs', line 502 def last_updated_time @last_updated_time end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
500 501 502 |
# File 'sig/types.rbs', line 500 def resource_share_arn @resource_share_arn end |