Class: Aws::Types::BucketCountBySharedAccessType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external::Integer

Returns the value of attribute external.

Returns:

  • (::Integer)


173
174
175
# File 'sig/types.rbs', line 173

def external
  @external
end

#internal::Integer

Returns the value of attribute internal.

Returns:

  • (::Integer)


174
175
176
# File 'sig/types.rbs', line 174

def internal
  @internal
end

#not_shared::Integer

Returns the value of attribute not_shared.

Returns:

  • (::Integer)


175
176
177
# File 'sig/types.rbs', line 175

def not_shared
  @not_shared
end

#unknown::Integer

Returns the value of attribute unknown.

Returns:

  • (::Integer)


176
177
178
# File 'sig/types.rbs', line 176

def unknown
  @unknown
end