Class: Aws::Types::SystemInstanceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


474
475
476
# File 'sig/types.rbs', line 474

def created_at
  @created_at
end

#greengrass_group_id::String

Returns the value of attribute greengrass_group_id.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def greengrass_group_id
  @greengrass_group_id
end

#greengrass_group_name::String

Returns the value of attribute greengrass_group_name.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def greengrass_group_name
  @greengrass_group_name
end

#greengrass_group_version_id::String

Returns the value of attribute greengrass_group_version_id.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def greengrass_group_version_id
  @greengrass_group_version_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def id
  @id
end

#status"NOT_DEPLOYED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_DEPLOYED", "BOOTSTRAP", "DEPLOY_IN_PROGRESS", "DEPLOYED_IN_TARGET", "UNDEPLOY_IN_PROGRESS", "FAILED", "PENDING_DELETE", "DELETED_IN_TARGET")


471
472
473
# File 'sig/types.rbs', line 471

def status
  @status
end

#target"GREENGRASS", "CLOUD"

Returns the value of attribute target.

Returns:

  • ("GREENGRASS", "CLOUD")


472
473
474
# File 'sig/types.rbs', line 472

def target
  @target
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


475
476
477
# File 'sig/types.rbs', line 475

def updated_at
  @updated_at
end