Class: Aws::Types::DescribePrincipalMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePrincipalMappingRequest
- 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.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
790 791 792 |
# File 'sig/types.rbs', line 790 def data_source_id @data_source_id end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
791 792 793 |
# File 'sig/types.rbs', line 791 def group_id @group_id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
789 790 791 |
# File 'sig/types.rbs', line 789 def index_id @index_id end |