Class: Aws::Types::DescribeNodeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_name ⇒ ::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def asset_name
  @asset_name
end

#category ⇒ "BUSINESS_LOGIC", ...

Returns the value of attribute category.

Returns:

  • ("BUSINESS_LOGIC", "ML_MODEL", "MEDIA_SOURCE", "MEDIA_SINK")


272
273
274
# File 'sig/types.rbs', line 272

def category
  @category
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


273
274
275
# File 'sig/types.rbs', line 273

def created_time
  @created_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def description
  @description
end

#last_updated_time ⇒ ::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


275
276
277
# File 'sig/types.rbs', line 275

def last_updated_time
  @last_updated_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def name
  @name
end

#node_id ⇒ ::String

Returns the value of attribute node_id.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def node_id
  @node_id
end

#node_interface ⇒ Types::NodeInterface

Returns the value of attribute node_interface.



278
279
280
# File 'sig/types.rbs', line 278

def node_interface
  @node_interface
end

#owner_account ⇒ ::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def 
  @owner_account
end

#package_arn ⇒ ::String

Returns the value of attribute package_arn.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def package_arn
  @package_arn
end

#package_id ⇒ ::String

Returns the value of attribute package_id.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def package_id
  @package_id
end

#package_name ⇒ ::String

Returns the value of attribute package_name.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def package_name
  @package_name
end

#package_version ⇒ ::String

Returns the value of attribute package_version.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def package_version
  @package_version
end

#patch_version ⇒ ::String

Returns the value of attribute patch_version.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def patch_version
  @patch_version
end