Class: Aws::Types::ListCallerAccessGrantsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



1225
1226
1227
# File 'sig/types.rbs', line 1225

def 
  @account_id
end

#allowed_by_applicationBoolean

Returns the value of attribute allowed_by_application.



1229
1230
1231
# File 'sig/types.rbs', line 1229

def allowed_by_application
  @allowed_by_application
end

#grant_scope::String

Returns the value of attribute grant_scope.



1226
1227
1228
# File 'sig/types.rbs', line 1226

def grant_scope
  @grant_scope
end

#max_results::Integer

Returns the value of attribute max_results.



1228
1229
1230
# File 'sig/types.rbs', line 1228

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1227
1228
1229
# File 'sig/types.rbs', line 1227

def next_token
  @next_token
end