Class: Aws::Types::GetKxDataviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetKxDataviewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
505 506 507 |
# File 'sig/types.rbs', line 505 def database_name @database_name end |
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
506 507 508 |
# File 'sig/types.rbs', line 506 def dataview_name @dataview_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def environment_id @environment_id end |