Class: Aws::Types::Network

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)


428
429
430
# File 'sig/types.rbs', line 428

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


426
427
428
# File 'sig/types.rbs', line 426

def creation_date
  @creation_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def description
  @description
end

#framework ⇒ "HYPERLEDGER_FABRIC", "ETHEREUM"

Returns the value of attribute framework.

Returns:

  • ("HYPERLEDGER_FABRIC", "ETHEREUM")


420
421
422
# File 'sig/types.rbs', line 420

def framework
  @framework
end

#framework_attributes ⇒ Types::NetworkFrameworkAttributes

Returns the value of attribute framework_attributes.



422
423
424
# File 'sig/types.rbs', line 422

def framework_attributes
  @framework_attributes
end

#framework_version ⇒ ::String

Returns the value of attribute framework_version.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def framework_version
  @framework_version
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def name
  @name
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "CREATE_FAILED", "DELETING", "DELETED")


425
426
427
# File 'sig/types.rbs', line 425

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


427
428
429
# File 'sig/types.rbs', line 427

def tags
  @tags
end

#voting_policy ⇒ Types::VotingPolicy

Returns the value of attribute voting_policy.

Returns:



424
425
426
# File 'sig/types.rbs', line 424

def voting_policy
  @voting_policy
end

#vpc_endpoint_service_name ⇒ ::String

Returns the value of attribute vpc_endpoint_service_name.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def vpc_endpoint_service_name
  @vpc_endpoint_service_name
end