Class: Aws::Types::OpenSearchIntegrationDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_policyTypes::OpenSearchDataAccessPolicy

Returns the value of attribute access_policy.



1586
1587
1588
# File 'sig/types.rbs', line 1586

def access_policy
  @access_policy
end

#applicationTypes::OpenSearchApplication

Returns the value of attribute application.



1581
1582
1583
# File 'sig/types.rbs', line 1581

def application
  @application
end

#collectionTypes::OpenSearchCollection

Returns the value of attribute collection.



1582
1583
1584
# File 'sig/types.rbs', line 1582

def collection
  @collection
end

#data_sourceTypes::OpenSearchDataSource

Returns the value of attribute data_source.



1580
1581
1582
# File 'sig/types.rbs', line 1580

def data_source
  @data_source
end

#encryption_policyTypes::OpenSearchEncryptionPolicy

Returns the value of attribute encryption_policy.



1584
1585
1586
# File 'sig/types.rbs', line 1584

def encryption_policy
  @encryption_policy
end

#lifecycle_policyTypes::OpenSearchLifecyclePolicy

Returns the value of attribute lifecycle_policy.



1587
1588
1589
# File 'sig/types.rbs', line 1587

def lifecycle_policy
  @lifecycle_policy
end

#network_policyTypes::OpenSearchNetworkPolicy

Returns the value of attribute network_policy.



1585
1586
1587
# File 'sig/types.rbs', line 1585

def network_policy
  @network_policy
end

#workspaceTypes::OpenSearchWorkspace

Returns the value of attribute workspace.



1583
1584
1585
# File 'sig/types.rbs', line 1583

def workspace
  @workspace
end