Class: Aws::Types::DescribeEndpointAccessMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def cluster_identifier
  @cluster_identifier
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def endpoint_name
  @endpoint_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def max_records
  @max_records
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def resource_owner
  @resource_owner
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def vpc_id
  @vpc_id
end