Class: Aws::Types::NetworkSummary

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)


467
468
469
# File 'sig/types.rbs', line 467

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


466
467
468
# File 'sig/types.rbs', line 466

def creation_date
  @creation_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def description
  @description
end

#framework ⇒ "HYPERLEDGER_FABRIC", "ETHEREUM"

Returns the value of attribute framework.

Returns:

  • ("HYPERLEDGER_FABRIC", "ETHEREUM")


463
464
465
# File 'sig/types.rbs', line 463

def framework
  @framework
end

#framework_version ⇒ ::String

Returns the value of attribute framework_version.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def framework_version
  @framework_version
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def name
  @name
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


465
466
467
# File 'sig/types.rbs', line 465

def status
  @status
end