Class: Aws::Types::AssetInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def 
  @account_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def asset_id
  @asset_id
end

#aws_service_name"AWS", ...

Returns the value of attribute aws_service_name.

Returns:

  • ("AWS", "EC2", "EKS", "ELASTICACHE", "ELB", "RDS", "ROUTE53")


45
46
47
# File 'sig/types.rbs', line 45

def aws_service_name
  @aws_service_name
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def instance_id
  @instance_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def instance_type
  @instance_type
end