Class: Aws::Types::GetIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def domain_name @domain_name end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def index_name @index_name end |