Class: Aws::Types::ClusterSubnetGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_subnet_group_name::String

Returns the value of attribute cluster_subnet_group_name.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def cluster_subnet_group_name
  @cluster_subnet_group_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def description
  @description
end

#subnet_group_status::String

Returns the value of attribute subnet_group_status.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def subnet_group_status
  @subnet_group_status
end

#subnets::Array[Types::Subnet]

Returns the value of attribute subnets.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def subnets
  @subnets
end

#supported_cluster_ip_address_types::Array[::String]

Returns the value of attribute supported_cluster_ip_address_types.

Returns:

  • (::Array[::String])


422
423
424
# File 'sig/types.rbs', line 422

def supported_cluster_ip_address_types
  @supported_cluster_ip_address_types
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



421
422
423
# File 'sig/types.rbs', line 421

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def vpc_id
  @vpc_id
end