Class: Aws::Types::AssetBundleImportJobVPCConnectionOverrideParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_resolvers::Array[::String]

Returns the value of attribute dns_resolvers.

Returns:

  • (::Array[::String])


685
686
687
# File 'sig/types.rbs', line 685

def dns_resolvers
  @dns_resolvers
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def role_arn
  @role_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


684
685
686
# File 'sig/types.rbs', line 684

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


683
684
685
# File 'sig/types.rbs', line 683

def subnet_ids
  @subnet_ids
end

#vpc_connection_id::String

Returns the value of attribute vpc_connection_id.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def vpc_connection_id
  @vpc_connection_id
end