Class: Aws::Types::DescribePrincipalMappingResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePrincipalMappingResponse
- 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.
-
#group_ordering_id_summaries ⇒ ::Array[Types::GroupOrderingIdSummary]
Returns the value of attribute group_ordering_id_summaries.
-
#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.
797 798 799 |
# File 'sig/types.rbs', line 797 def data_source_id @data_source_id end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
798 799 800 |
# File 'sig/types.rbs', line 798 def group_id @group_id end |
#group_ordering_id_summaries ⇒ ::Array[Types::GroupOrderingIdSummary]
Returns the value of attribute group_ordering_id_summaries.
799 800 801 |
# File 'sig/types.rbs', line 799 def group_ordering_id_summaries @group_ordering_id_summaries end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
796 797 798 |
# File 'sig/types.rbs', line 796 def index_id @index_id end |