Class: Aws::Types::FleetAdvisorSchemaObjectResponse
- Inherits:
-
Object
- Object
- Aws::Types::FleetAdvisorSchemaObjectResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_line_count ⇒ ::Integer
Returns the value of attribute code_line_count.
-
#code_size ⇒ ::Integer
Returns the value of attribute code_size.
-
#number_of_objects ⇒ ::Integer
Returns the value of attribute number_of_objects.
-
#object_type ⇒ ::String
Returns the value of attribute object_type.
-
#schema_id ⇒ ::String
Returns the value of attribute schema_id.
Instance Attribute Details
#code_line_count ⇒ ::Integer
Returns the value of attribute code_line_count.
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.
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.
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.
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.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def schema_id @schema_id end |