Class: Aws::Types::AuthorizeEndpointAccessMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def 
  @account
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def cluster_identifier
  @cluster_identifier
end

#vpc_ids::Array[::String]

Returns the value of attribute vpc_ids.

Returns:

  • (::Array[::String])


119
120
121
# File 'sig/types.rbs', line 119

def vpc_ids
  @vpc_ids
end