Class: Aws::Types::CreateDBClusterEndpointMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_endpoint_identifier::String

Returns the value of attribute db_cluster_endpoint_identifier.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def db_cluster_endpoint_identifier
  @db_cluster_endpoint_identifier
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def db_cluster_identifier
  @db_cluster_identifier
end

#endpoint_type::String

Returns the value of attribute endpoint_type.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def endpoint_type
  @endpoint_type
end

#excluded_members::Array[::String]

Returns the value of attribute excluded_members.

Returns:

  • (::Array[::String])


383
384
385
# File 'sig/types.rbs', line 383

def excluded_members
  @excluded_members
end

#static_members::Array[::String]

Returns the value of attribute static_members.

Returns:

  • (::Array[::String])


382
383
384
# File 'sig/types.rbs', line 382

def static_members
  @static_members
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



384
385
386
# File 'sig/types.rbs', line 384

def tags
  @tags
end