Class: Aws::Types::Substring

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#length::Integer

Returns the value of attribute length.



1118
1119
1120
# File 'sig/types.rbs', line 1118

def length
  @length
end

#start::Integer

Returns the value of attribute start.



1117
1118
1119
# File 'sig/types.rbs', line 1117

def start
  @start
end