Class: Aws::GameSparks::Types::Section

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamesparks/types.rb

Overview

The configuration section.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash, ...

The content of a configuration section.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1290
1291
1292
1293
1294
1295
1296
# File 'lib/aws-sdk-gamesparks/types.rb', line 1290

class Section < Struct.new(
  :attributes,
  :name,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the section.

Returns:

  • (String)


1290
1291
1292
1293
1294
1295
1296
# File 'lib/aws-sdk-gamesparks/types.rb', line 1290

class Section < Struct.new(
  :attributes,
  :name,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#sizeInteger

The size, in bytes, of the section contents.

Returns:

  • (Integer)


1290
1291
1292
1293
1294
1295
1296
# File 'lib/aws-sdk-gamesparks/types.rb', line 1290

class Section < Struct.new(
  :attributes,
  :name,
  :size)
  SENSITIVE = []
  include Aws::Structure
end