Class: Aws::Types::DeletePrincipalMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePrincipalMappingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#ordering_id ⇒ ::Integer
Returns the value of attribute ordering_id.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
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.
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.
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.
645 646 647 |
# File 'sig/types.rbs', line 645 def ordering_id @ordering_id end |