Class: Aws::Types::DescribeDeviceFleetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4113
4114
4115
# File 'sig/types.rbs', line 4113

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4112
4113
4114
# File 'sig/types.rbs', line 4112

def description
  @description
end

#device_fleet_arn::String

Returns the value of attribute device_fleet_arn.

Returns:

  • (::String)


4110
4111
4112
# File 'sig/types.rbs', line 4110

def device_fleet_arn
  @device_fleet_arn
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


4109
4110
4111
# File 'sig/types.rbs', line 4109

def device_fleet_name
  @device_fleet_name
end

#iot_role_alias::String

Returns the value of attribute iot_role_alias.

Returns:

  • (::String)


4116
4117
4118
# File 'sig/types.rbs', line 4116

def iot_role_alias
  @iot_role_alias
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4114
4115
4116
# File 'sig/types.rbs', line 4114

def last_modified_time
  @last_modified_time
end

#output_configTypes::EdgeOutputConfig

Returns the value of attribute output_config.



4111
4112
4113
# File 'sig/types.rbs', line 4111

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4115
4116
4117
# File 'sig/types.rbs', line 4115

def role_arn
  @role_arn
end