Class: Aws::Types::CreateEndpointAccessRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def endpoint_name
  @endpoint_name
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def 
  @owner_account
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


67
68
69
# File 'sig/types.rbs', line 67

def subnet_ids
  @subnet_ids
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


68
69
70
# File 'sig/types.rbs', line 68

def vpc_security_group_ids
  @vpc_security_group_ids
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def workgroup_name
  @workgroup_name
end