Class: Aws::Types::Actor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationTypes::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.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def description
  @description
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def identifier
  @identifier
end

#uris::Array[::String]

Returns the value of attribute uris.

Returns:

  • (::Array[::String])


28
29
30
# File 'sig/types.rbs', line 28

def uris
  @uris
end