Class: Aws::Types::OpenSearchResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#dashboard_viewer_principals ⇒ ::Array[::String]
Returns the value of attribute dashboard_viewer_principals.
-
#data_source_role_arn ⇒ ::String
Returns the value of attribute data_source_role_arn.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def application_arn @application_arn end |
#dashboard_viewer_principals ⇒ ::Array[::String]
Returns the value of attribute dashboard_viewer_principals.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def dashboard_viewer_principals @dashboard_viewer_principals end |
#data_source_role_arn ⇒ ::String
Returns the value of attribute data_source_role_arn.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def data_source_role_arn @data_source_role_arn end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def kms_key_arn @kms_key_arn end |
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def retention_days @retention_days end |