Class: Aws::Types::CreateServiceNetworkVpcAssociationResponse

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)


250
251
252
# File 'sig/types.rbs', line 250

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def created_by
  @created_by
end

#dns_optionsTypes::DnsOptions

Returns the value of attribute dns_options.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def dns_options
  @dns_options
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def id
  @id
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


253
254
255
# File 'sig/types.rbs', line 253

def private_dns_enabled
  @private_dns_enabled
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


252
253
254
# File 'sig/types.rbs', line 252

def security_group_ids
  @security_group_ids
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")


249
250
251
# File 'sig/types.rbs', line 249

def status
  @status
end