Class: Aws::Types::UpdateVPCConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


13273
13274
13275
# File 'sig/types.rbs', line 13273

def 
  @aws_account_id
end

#dns_resolvers::Array[::String]

Returns the value of attribute dns_resolvers.

Returns:

  • (::Array[::String])


13278
13279
13280
# File 'sig/types.rbs', line 13278

def dns_resolvers
  @dns_resolvers
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13275
13276
13277
# File 'sig/types.rbs', line 13275

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


13279
13280
13281
# File 'sig/types.rbs', line 13279

def role_arn
  @role_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


13277
13278
13279
# File 'sig/types.rbs', line 13277

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


13276
13277
13278
# File 'sig/types.rbs', line 13276

def subnet_ids
  @subnet_ids
end

#vpc_connection_id::String

Returns the value of attribute vpc_connection_id.

Returns:

  • (::String)


13274
13275
13276
# File 'sig/types.rbs', line 13274

def vpc_connection_id
  @vpc_connection_id
end