Class: Aws::Types::Actor
- Inherits:
-
Object
- Object
- Aws::Types::Actor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication ⇒ Types::Authentication
Returns the value of attribute authentication.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#uris ⇒ ::Array[::String]
Returns the value of attribute uris.
Instance Attribute Details
#authentication ⇒ Types::Authentication
Returns the value of attribute authentication.
29 30 31 |
# File 'sig/types.rbs', line 29 def authentication @authentication end |
#description ⇒ ::String
Returns the value of attribute description.
30 31 32 |
# File 'sig/types.rbs', line 30 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
27 28 29 |
# File 'sig/types.rbs', line 27 def identifier @identifier end |
#uris ⇒ ::Array[::String]
Returns the value of attribute uris.
28 29 30 |
# File 'sig/types.rbs', line 28 def uris @uris end |