Class: Aws::Types::RevokeEndpointAccessMessage

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)


2719
2720
2721
# File 'sig/types.rbs', line 2719

def 
  @account
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


2718
2719
2720
# File 'sig/types.rbs', line 2718

def cluster_identifier
  @cluster_identifier
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


2721
2722
2723
# File 'sig/types.rbs', line 2721

def force
  @force
end

#vpc_ids::Array[::String]

Returns the value of attribute vpc_ids.

Returns:

  • (::Array[::String])


2720
2721
2722
# File 'sig/types.rbs', line 2720

def vpc_ids
  @vpc_ids
end