Class: Aws::Types::OTAUpdateFile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


4007
4008
4009
# File 'sig/types.rbs', line 4007

def attributes
  @attributes
end

#code_signingTypes::CodeSigning

Returns the value of attribute code_signing.

Returns:



4006
4007
4008
# File 'sig/types.rbs', line 4006

def code_signing
  @code_signing
end

#file_locationTypes::FileLocation

Returns the value of attribute file_location.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


4004
4005
4006
# File 'sig/types.rbs', line 4004

def file_version
  @file_version
end