Class: Aws::Types::DescribeLakeFormationIdentityCenterConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLakeFormationIdentityCenterConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#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.
-
#resource_share ⇒ ::String
Returns the value of attribute resource_share.
-
#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
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
338 339 340 |
# File 'sig/types.rbs', line 338 def application_arn @application_arn end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
336 337 338 |
# File 'sig/types.rbs', line 336 def catalog_id @catalog_id end |
#external_filtering ⇒ Types::ExternalFilteringConfiguration
Returns the value of attribute external_filtering.
339 340 341 |
# File 'sig/types.rbs', line 339 def external_filtering @external_filtering end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
337 338 339 |
# File 'sig/types.rbs', line 337 def instance_arn @instance_arn end |
#resource_share ⇒ ::String
Returns the value of attribute resource_share.
342 343 344 |
# File 'sig/types.rbs', line 342 def resource_share @resource_share end |
#service_integrations ⇒ ::Array[Types::ServiceIntegrationUnion]
Returns the value of attribute service_integrations.
341 342 343 |
# File 'sig/types.rbs', line 341 def service_integrations @service_integrations end |
#share_recipients ⇒ ::Array[Types::DataLakePrincipal]
Returns the value of attribute share_recipients.
340 341 342 |
# File 'sig/types.rbs', line 340 def share_recipients @share_recipients end |