Class: Aws::Types::OpenSearchAction
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index ⇒ ::String
Returns the value of attribute index.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
4040 4041 4042 |
# File 'sig/types.rbs', line 4040 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
4043 4044 4045 |
# File 'sig/types.rbs', line 4043 def id @id end |
#index ⇒ ::String
Returns the value of attribute index.
4041 4042 4043 |
# File 'sig/types.rbs', line 4041 def index @index end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4039 4040 4041 |
# File 'sig/types.rbs', line 4039 def role_arn @role_arn end |
#type ⇒ ::String
Returns the value of attribute type.
4042 4043 4044 |
# File 'sig/types.rbs', line 4042 def type @type end |