Class: Aws::Types::CreatedByInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AwsIdentityArn, ConnectUserArn, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_identity_arn::String

Returns the value of attribute aws_identity_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def connect_user_arn
  @connect_user_arn
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1951
1952
1953
# File 'sig/types.rbs', line 1951

def unknown
  @unknown
end