Class: Aws::Types::CreateLakeFormationIdentityCenterConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLakeFormationIdentityCenterConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#external_filtering ⇒ Types::ExternalFilteringConfiguration
Returns the value of attribute external_filtering.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#service_integrations ⇒ ::Array[Types::ServiceIntegrationUnion]
Returns the value of attribute service_integrations.
-
#share_recipients ⇒ ::Array[Types::DataLakePrincipal]
Returns the value of attribute share_recipients.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def catalog_id @catalog_id end |
#external_filtering ⇒ Types::ExternalFilteringConfiguration
Returns the value of attribute external_filtering.
184 185 186 |
# File 'sig/types.rbs', line 184 def external_filtering @external_filtering end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
183 184 185 |
# File 'sig/types.rbs', line 183 def instance_arn @instance_arn end |
#service_integrations ⇒ ::Array[Types::ServiceIntegrationUnion]
Returns the value of attribute service_integrations.
186 187 188 |
# File 'sig/types.rbs', line 186 def service_integrations @service_integrations end |
#share_recipients ⇒ ::Array[Types::DataLakePrincipal]
Returns the value of attribute share_recipients.
185 186 187 |
# File 'sig/types.rbs', line 185 def share_recipients @share_recipients end |