Class: Aws::Types::OpenSearchIntegrationDetails
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchIntegrationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policy ⇒ Types::OpenSearchDataAccessPolicy
Returns the value of attribute access_policy.
-
#application ⇒ Types::OpenSearchApplication
Returns the value of attribute application.
-
#collection ⇒ Types::OpenSearchCollection
Returns the value of attribute collection.
-
#data_source ⇒ Types::OpenSearchDataSource
Returns the value of attribute data_source.
-
#encryption_policy ⇒ Types::OpenSearchEncryptionPolicy
Returns the value of attribute encryption_policy.
-
#lifecycle_policy ⇒ Types::OpenSearchLifecyclePolicy
Returns the value of attribute lifecycle_policy.
-
#network_policy ⇒ Types::OpenSearchNetworkPolicy
Returns the value of attribute network_policy.
-
#workspace ⇒ Types::OpenSearchWorkspace
Returns the value of attribute workspace.
Instance Attribute Details
#access_policy ⇒ Types::OpenSearchDataAccessPolicy
Returns the value of attribute access_policy.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def access_policy @access_policy end |
#application ⇒ Types::OpenSearchApplication
Returns the value of attribute application.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def application @application end |
#collection ⇒ Types::OpenSearchCollection
Returns the value of attribute collection.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def collection @collection end |
#data_source ⇒ Types::OpenSearchDataSource
Returns the value of attribute data_source.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def data_source @data_source end |
#encryption_policy ⇒ Types::OpenSearchEncryptionPolicy
Returns the value of attribute encryption_policy.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def encryption_policy @encryption_policy end |
#lifecycle_policy ⇒ Types::OpenSearchLifecyclePolicy
Returns the value of attribute lifecycle_policy.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def lifecycle_policy @lifecycle_policy end |
#network_policy ⇒ Types::OpenSearchNetworkPolicy
Returns the value of attribute network_policy.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def network_policy @network_policy end |
#workspace ⇒ Types::OpenSearchWorkspace
Returns the value of attribute workspace.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def workspace @workspace end |