Class: Aws::Types::DeletePrincipalMappingRequest

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)


643
644
645
# File 'sig/types.rbs', line 643

def data_source_id
  @data_source_id
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def group_id
  @group_id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def index_id
  @index_id
end

#ordering_id::Integer

Returns the value of attribute ordering_id.

Returns:

  • (::Integer)


645
646
647
# File 'sig/types.rbs', line 645

def ordering_id
  @ordering_id
end