Class: Aws::Types::Principal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access"ALLOW", "DENY"

Returns the value of attribute access.

Returns:

  • ("ALLOW", "DENY")


1541
1542
1543
# File 'sig/types.rbs', line 1541

def access
  @access
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def data_source_id
  @data_source_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def name
  @name
end

#type"USER", "GROUP"

Returns the value of attribute type.

Returns:

  • ("USER", "GROUP")


1540
1541
1542
# File 'sig/types.rbs', line 1540

def type
  @type
end