Class: Aws::Types::GetDataAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDataAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#audit_context ⇒ ::String
Returns the value of attribute audit_context.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
-
#permission ⇒ "READ", ...
Returns the value of attribute permission.
-
#privilege ⇒ "Minimal", "Default"
Returns the value of attribute privilege.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#target_type ⇒ "Object"
Returns the value of attribute target_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
767 768 769 |
# File 'sig/types.rbs', line 767 def account_id @account_id end |
#audit_context ⇒ ::String
Returns the value of attribute audit_context.
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.
770 771 772 |
# File 'sig/types.rbs', line 770 def duration_seconds @duration_seconds end |
#permission ⇒ "READ", ...
Returns the value of attribute permission.
769 770 771 |
# File 'sig/types.rbs', line 769 def end |
#privilege ⇒ "Minimal", "Default"
Returns the value of attribute privilege.
771 772 773 |
# File 'sig/types.rbs', line 771 def privilege @privilege end |
#target ⇒ ::String
Returns the value of attribute target.
768 769 770 |
# File 'sig/types.rbs', line 768 def target @target end |
#target_type ⇒ "Object"
Returns the value of attribute target_type.
772 773 774 |
# File 'sig/types.rbs', line 772 def target_type @target_type end |