Class: Aws::Types::SelfGrantStatusDetail
- Inherits:
-
Object
- Object
- Aws::Types::SelfGrantStatusDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#failure_cause ⇒ ::String
Returns the value of attribute failure_cause.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#status ⇒ "GRANT_PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
5724 5725 5726 |
# File 'sig/types.rbs', line 5724 def database_name @database_name end |
#failure_cause ⇒ ::String
Returns the value of attribute failure_cause.
5727 5728 5729 |
# File 'sig/types.rbs', line 5727 def failure_cause @failure_cause end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
5725 5726 5727 |
# File 'sig/types.rbs', line 5725 def schema_name @schema_name end |
#status ⇒ "GRANT_PENDING", ...
Returns the value of attribute status.
5726 5727 5728 |
# File 'sig/types.rbs', line 5726 def status @status end |