Class: Aws::Types::ServiceNetworkVpcAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def created_by
  @created_by
end

#dns_optionsTypes::DnsOptions

Returns the value of attribute dns_options.

Returns:



1339
1340
1341
# File 'sig/types.rbs', line 1339

def dns_options
  @dns_options
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1330
1331
1332
# File 'sig/types.rbs', line 1330

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def last_updated_at
  @last_updated_at
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def private_dns_enabled
  @private_dns_enabled
end

#service_network_arn::String

Returns the value of attribute service_network_arn.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def service_network_arn
  @service_network_arn
end

#service_network_id::String

Returns the value of attribute service_network_id.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def service_network_id
  @service_network_id
end

#service_network_name::String

Returns the value of attribute service_network_name.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def service_network_name
  @service_network_name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED")


1332
1333
1334
# File 'sig/types.rbs', line 1332

def status
  @status
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def vpc_id
  @vpc_id
end