Class: Aws::Types::SelfGrantStatusDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5725
5726
5727
# File 'sig/types.rbs', line 5725

def schema_name
  @schema_name
end

#status"GRANT_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("GRANT_PENDING", "REVOKE_PENDING", "GRANT_IN_PROGRESS", "REVOKE_IN_PROGRESS", "GRANTED", "GRANT_FAILED", "REVOKE_FAILED")


5726
5727
5728
# File 'sig/types.rbs', line 5726

def status
  @status
end