Class: Aws::Types::CreatedByInfo
- Inherits:
-
Object
- Object
- Aws::Types::CreatedByInfo
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AwsIdentityArn, ConnectUserArn, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_identity_arn ⇒ ::String
Returns the value of attribute aws_identity_arn.
-
#connect_user_arn ⇒ ::String
Returns the value of attribute connect_user_arn.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aws_identity_arn ⇒ ::String
Returns the value of attribute aws_identity_arn.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def aws_identity_arn @aws_identity_arn end |
#connect_user_arn ⇒ ::String
Returns the value of attribute connect_user_arn.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def connect_user_arn @connect_user_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def unknown @unknown end |