Class: Aws::Types::OTAUpdateFile
- Inherits:
-
Object
- Object
- Aws::Types::OTAUpdateFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#code_signing ⇒ Types::CodeSigning
Returns the value of attribute code_signing.
-
#file_location ⇒ Types::FileLocation
Returns the value of attribute file_location.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#file_type ⇒ ::Integer
Returns the value of attribute file_type.
-
#file_version ⇒ ::String
Returns the value of attribute file_version.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def attributes @attributes end |
#code_signing ⇒ Types::CodeSigning
Returns the value of attribute code_signing.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def code_signing @code_signing end |
#file_location ⇒ Types::FileLocation
Returns the value of attribute file_location.
4005 4006 4007 |
# File 'sig/types.rbs', line 4005 def file_location @file_location end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
4002 4003 4004 |
# File 'sig/types.rbs', line 4002 def file_name @file_name end |
#file_type ⇒ ::Integer
Returns the value of attribute file_type.
4003 4004 4005 |
# File 'sig/types.rbs', line 4003 def file_type @file_type end |
#file_version ⇒ ::String
Returns the value of attribute file_version.
4004 4005 4006 |
# File 'sig/types.rbs', line 4004 def file_version @file_version end |