Class: Aws::Types::BlockingInstance

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)


62
63
64
# File 'sig/types.rbs', line 62

def 
  @account_id
end

#aws_service_name"AWS", ...

Returns the value of attribute aws_service_name.

Returns:

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


63
64
65
# File 'sig/types.rbs', line 63

def aws_service_name
  @aws_service_name
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def instance_id
  @instance_id
end