Class: Aws::Types::DBProxyTargetGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_pool_configTypes::ConnectionPoolConfigurationInfo

Returns the value of attribute connection_pool_config.



1516
1517
1518
# File 'sig/types.rbs', line 1516

def connection_pool_config
  @connection_pool_config
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def created_date
  @created_date
end

#db_proxy_name::String

Returns the value of attribute db_proxy_name.

Returns:

  • (::String)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def db_proxy_name
  @db_proxy_name
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def is_default
  @is_default
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def status
  @status
end

#target_group_arn::String

Returns the value of attribute target_group_arn.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def target_group_arn
  @target_group_arn
end

#target_group_name::String

Returns the value of attribute target_group_name.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def target_group_name
  @target_group_name
end

#updated_date::Time

Returns the value of attribute updated_date.

Returns:

  • (::Time)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def updated_date
  @updated_date
end