Class: Aws::Types::CoverageEc2InstanceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_detailsTypes::AgentDetails

Returns the value of attribute agent_details.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def agent_details
  @agent_details
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def cluster_arn
  @cluster_arn
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def instance_id
  @instance_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def instance_type
  @instance_type
end

#management_type"AUTO_MANAGED", ...

Returns the value of attribute management_type.

Returns:

  • ("AUTO_MANAGED", "MANUAL", "DISABLED")


373
374
375
# File 'sig/types.rbs', line 373

def management_type
  @management_type
end