Class: Aws::Types::GetProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept::String

Returns the value of attribute accept.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def accept
  @accept
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


189
190
191
# File 'sig/types.rbs', line 189

def end_time
  @end_time
end

#max_depth::Integer

Returns the value of attribute max_depth.

Returns:

  • (::Integer)


190
191
192
# File 'sig/types.rbs', line 190

def max_depth
  @max_depth
end

#period::String

Returns the value of attribute period.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def period
  @period
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def profiling_group_name
  @profiling_group_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


193
194
195
# File 'sig/types.rbs', line 193

def start_time
  @start_time
end