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])


744
745
746
# File 'sig/types.rbs', line 744

def dns_resolvers
  @dns_resolvers
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def role_arn
  @role_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


743
744
745
# File 'sig/types.rbs', line 743

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


742
743
744
# File 'sig/types.rbs', line 742

def subnet_ids
  @subnet_ids
end

#vpc_connection_id::String

Returns the value of attribute vpc_connection_id.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def vpc_connection_id
  @vpc_connection_id
end