Class: Aws::Types::PutPrincipalMappingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def data_source_id
  @data_source_id
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def group_id
  @group_id
end

#group_membersTypes::GroupMembers

Returns the value of attribute group_members.

Returns:



1557
1558
1559
# File 'sig/types.rbs', line 1557

def group_members
  @group_members
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def index_id
  @index_id
end

#ordering_id::Integer

Returns the value of attribute ordering_id.

Returns:

  • (::Integer)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def ordering_id
  @ordering_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def role_arn
  @role_arn
end