Class: Aws::Types::SelfGrantStatusOutput
- Inherits:
-
Object
- Object
- Aws::Types::SelfGrantStatusOutput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: GlueSelfGrantStatus, RedshiftSelfGrantStatus, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#glue_self_grant_status ⇒ Types::GlueSelfGrantStatusOutput
Returns the value of attribute glue_self_grant_status.
-
#redshift_self_grant_status ⇒ Types::RedshiftSelfGrantStatusOutput
Returns the value of attribute redshift_self_grant_status.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#glue_self_grant_status ⇒ Types::GlueSelfGrantStatusOutput
Returns the value of attribute glue_self_grant_status.
5732 5733 5734 |
# File 'sig/types.rbs', line 5732 def glue_self_grant_status @glue_self_grant_status end |
#redshift_self_grant_status ⇒ Types::RedshiftSelfGrantStatusOutput
Returns the value of attribute redshift_self_grant_status.
5733 5734 5735 |
# File 'sig/types.rbs', line 5733 def redshift_self_grant_status @redshift_self_grant_status end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5734 5735 5736 |
# File 'sig/types.rbs', line 5734 def unknown @unknown end |