Class: Aws::Types::RegionalCluster

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)


815
816
817
# File 'sig/types.rbs', line 815

def arn
  @arn
end

#cluster_name ⇒ ::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def cluster_name
  @cluster_name
end

#region ⇒ ::String

Returns the value of attribute region.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def region
  @region
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def status
  @status
end