Class: Aws::Types::FleetAdvisorSchemaObjectResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_line_count::Integer

Returns the value of attribute code_line_count.

Returns:

  • (::Integer)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def code_line_count
  @code_line_count
end

#code_size::Integer

Returns the value of attribute code_size.

Returns:

  • (::Integer)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def code_size
  @code_size
end

#number_of_objects::Integer

Returns the value of attribute number_of_objects.

Returns:

  • (::Integer)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def number_of_objects
  @number_of_objects
end

#object_type::String

Returns the value of attribute object_type.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def object_type
  @object_type
end

#schema_id::String

Returns the value of attribute schema_id.

Returns:

  • (::String)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def schema_id
  @schema_id
end