Class: Aws::Types::GetDataAccessRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def 
  @account_id
end

#audit_context::String

Returns the value of attribute audit_context.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def audit_context
  @audit_context
end

#duration_seconds::Integer

Returns the value of attribute duration_seconds.

Returns:

  • (::Integer)


770
771
772
# File 'sig/types.rbs', line 770

def duration_seconds
  @duration_seconds
end

#permission"READ", ...

Returns the value of attribute permission.

Returns:

  • ("READ", "WRITE", "READWRITE")


769
770
771
# File 'sig/types.rbs', line 769

def permission
  @permission
end

#privilege"Minimal", "Default"

Returns the value of attribute privilege.

Returns:

  • ("Minimal", "Default")


771
772
773
# File 'sig/types.rbs', line 771

def privilege
  @privilege
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def target
  @target
end

#target_type"Object"

Returns the value of attribute target_type.

Returns:

  • ("Object")


772
773
774
# File 'sig/types.rbs', line 772

def target_type
  @target_type
end