Class: Aws::Types::CreateServiceNetworkResourceAssociationResponse

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)


202
203
204
# File 'sig/types.rbs', line 202

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def created_by
  @created_by
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def id
  @id
end

#private_dns_enabledBoolean

Returns the value of attribute private_dns_enabled.

Returns:

  • (Boolean)


205
206
207
# File 'sig/types.rbs', line 205

def private_dns_enabled
  @private_dns_enabled
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "PARTIAL", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


203
204
205
# File 'sig/types.rbs', line 203

def status
  @status
end