Class: Aws::Types::ElasticsearchAction
- Inherits:
-
Object
- Object
- Aws::Types::ElasticsearchAction
- 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.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def id @id end |
#index ⇒ ::String
Returns the value of attribute index.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def index @index end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def role_arn @role_arn end |
#type ⇒ ::String
Returns the value of attribute type.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def type @type end |