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)


127
128
129
# File 'sig/types.rbs', line 127

def db_cluster_endpoint_identifier
  @db_cluster_endpoint_identifier
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def db_cluster_identifier
  @db_cluster_identifier
end

#endpoint_type::String

Returns the value of attribute endpoint_type.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def endpoint_type
  @endpoint_type
end

#excluded_members::Array[::String]

Returns the value of attribute excluded_members.

Returns:

  • (::Array[::String])


130
131
132
# File 'sig/types.rbs', line 130

def excluded_members
  @excluded_members
end

#static_members::Array[::String]

Returns the value of attribute static_members.

Returns:

  • (::Array[::String])


129
130
131
# File 'sig/types.rbs', line 129

def static_members
  @static_members
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def tags
  @tags
end