Class: Aws::Types::IdentityUsage

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)


148
149
150
# File 'sig/types.rbs', line 148

def data_storage
  @data_storage
end

#dataset_count::Integer

Returns the value of attribute dataset_count.

Returns:

  • (::Integer)


147
148
149
# File 'sig/types.rbs', line 147

def dataset_count
  @dataset_count
end

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def identity_id
  @identity_id
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def identity_pool_id
  @identity_pool_id
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


146
147
148
# File 'sig/types.rbs', line 146

def last_modified_date
  @last_modified_date
end