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)


4130
4131
4132
# File 'sig/types.rbs', line 4130

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4129
4130
4131
# File 'sig/types.rbs', line 4129

def description
  @description
end

#device_fleet_arn::String

Returns the value of attribute device_fleet_arn.

Returns:

  • (::String)


4127
4128
4129
# File 'sig/types.rbs', line 4127

def device_fleet_arn
  @device_fleet_arn
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


4126
4127
4128
# File 'sig/types.rbs', line 4126

def device_fleet_name
  @device_fleet_name
end

#iot_role_alias::String

Returns the value of attribute iot_role_alias.

Returns:

  • (::String)


4133
4134
4135
# File 'sig/types.rbs', line 4133

def iot_role_alias
  @iot_role_alias
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4131
4132
4133
# File 'sig/types.rbs', line 4131

def last_modified_time
  @last_modified_time
end

#output_configTypes::EdgeOutputConfig

Returns the value of attribute output_config.



4128
4129
4130
# File 'sig/types.rbs', line 4128

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4132
4133
4134
# File 'sig/types.rbs', line 4132

def role_arn
  @role_arn
end