Class: Aws::AppMesh::Types::Duration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::Duration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a duration of time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
A unit of time.
-
#value ⇒ Integer
A number of time units.
Instance Attribute Details
#unit ⇒ String
A unit of time.
1447 1448 1449 1450 1451 1452 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1447 class Duration < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
A number of time units.
1447 1448 1449 1450 1451 1452 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1447 class Duration < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |