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.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def aws_identity_arn @aws_identity_arn end |
#connect_user_arn ⇒ ::String
Returns the value of attribute connect_user_arn.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def connect_user_arn @connect_user_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def unknown @unknown end |