Class: Aws::Types::IdentityPoolUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_storage::Integer

Returns the value of attribute data_storage.

Returns:

  • (::Integer)


138
139
140
# File 'sig/types.rbs', line 138

def data_storage
  @data_storage
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def identity_pool_id
  @identity_pool_id
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


139
140
141
# File 'sig/types.rbs', line 139

def last_modified_date
  @last_modified_date
end

#sync_sessions_count::Integer

Returns the value of attribute sync_sessions_count.

Returns:

  • (::Integer)


137
138
139
# File 'sig/types.rbs', line 137

def sync_sessions_count
  @sync_sessions_count
end