Class: Aws::Types::GetProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ ::String
Returns the value of attribute accept.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_depth ⇒ ::Integer
Returns the value of attribute max_depth.
-
#period ⇒ ::String
Returns the value of attribute period.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#accept ⇒ ::String
Returns the value of attribute accept.
188 189 190 |
# File 'sig/types.rbs', line 188 def accept @accept end |
#end_time ⇒ ::Time
Returns the value of attribute end_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.
190 191 192 |
# File 'sig/types.rbs', line 190 def max_depth @max_depth end |
#period ⇒ ::String
Returns the value of attribute period.
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.
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.
193 194 195 |
# File 'sig/types.rbs', line 193 def start_time @start_time end |