Class: Aws::Types::PutPrincipalMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutPrincipalMappingRequest
- 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_members ⇒ Types::GroupMembers
Returns the value of attribute group_members.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#ordering_id ⇒ ::Integer
Returns the value of attribute ordering_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
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.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def group_id @group_id end |
#group_members ⇒ Types::GroupMembers
Returns the value of attribute group_members.
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.
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.
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.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def role_arn @role_arn end |