Class: Aws::Types::BatchDescribeUserLimitsRequest

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)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def 
  @account_id
end

#resource_types::Array[("INDEX_STORAGE" | "AGENT_HOURS")]

Returns the value of attribute resource_types.

Returns:

  • (::Array[("INDEX_STORAGE" | "AGENT_HOURS")])


1119
1120
1121
# File 'sig/types.rbs', line 1119

def resource_types
  @resource_types
end

#users::Array[Types::UserLimitsEntry]

Returns the value of attribute users.

Returns:



1118
1119
1120
# File 'sig/types.rbs', line 1118

def users
  @users
end