Class: Aws::Types::SelfGrantStatusOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: GlueSelfGrantStatus, RedshiftSelfGrantStatus, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#glue_self_grant_statusTypes::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_statusTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


5734
5735
5736
# File 'sig/types.rbs', line 5734

def unknown
  @unknown
end